Skip to content

Commit 6d6c188

Browse files
authored
Merge pull request #107 from skinnychenpi/PersonMeeting
Person meeting: Update UG.
2 parents 498e171 + c339a01 commit 6d6c188

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

docs/UserGuide.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,33 @@ If your changes to the data file makes its format invalid, AddressBook will disc
192192

193193
### Archiving data files `[coming in v2.0]`
194194

195+
### Adding a meeting: `addm`
196+
197+
Adds a meeting to MeetBuddy.
198+
199+
Format: `addm n/NAME st/TIME ed/TIME des/DESCRIPTIONS pr/PRIORITY [p/PERSON RELATED] [g/GROUP]…​`
200+
201+
<div markdown="span" class="alert alert-primary">:bulb: **Tip:**
202+
A meeting can have any number of groups that are already existed in the contacts.(including 0)
203+
It will add all the persons belong to that group into the person related field.
204+
</div>
205+
206+
207+
208+
209+
* Assigning Priorities:
210+
211+
Format:
212+
213+
`add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS pr/PRIORITY [no/NOTES] d/DATE`
214+
215+
PRIORITY can be {1,2,3,4,5}
216+
217+
218+
Examples:
219+
* `add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01`
220+
* `add n/Betsy Crowe g/CS2103 e/betsycrowe@example.com a/Newgate Prison p/1234567 g/badminton`
221+
195222
_Details coming soon ..._
196223

197224
--------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)