Skip to content

Commit

Permalink
Merge pull request #332 from owenyeo/v1.4-updateug-3
Browse files Browse the repository at this point in the history
Update UG
  • Loading branch information
lululwtv authored Nov 14, 2023
2 parents 05adcf9 + 58ffc67 commit 15e65f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file modified bin/main/seedu/address/model/person/timetable/DatedEvent.class
Binary file not shown.
Binary file modified bin/main/seedu/address/model/person/timetable/Schedule.class
Binary file not shown.
10 changes: 6 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ Events added outside the current week are not visible! The application is stream
#### 3.1.4 Deleting recurring event from user: `rmschedule user`

Removes the specified recurring item from your schedule. Use it when your schedule changes!
<br>If there are multiple recurring events with the same names, this command will the instance of the event that was added the earliest!</br>

Format: `rmschedule user type/EVENT_TYPE en/EVENT_NAME`

Expand Down Expand Up @@ -369,6 +370,7 @@ If there are multiple time slots with the same names, the command will remove ti
#### 3.1.5 Deleting non-recurring event from user: `rmevent user`

Removes the specified event from your schedule. Use it when your plans changes!
<br>If there are multiple non-recurring events with the same names, this command will the instance of the event that was added the earliest!</br>

Format: `rmevent user en/EVENT_NAME`

Expand Down Expand Up @@ -685,13 +687,13 @@ Missing prefix(es) for en/ h/ r/ !

* Timeslots added with this command will be green.
* To add an event that lasts until the end of the day (midnight), set the end timing as `2400`.
* You will not be allowed to add an event that clashes with any current or future events.
* You will not be allowed to add an event that clashes with any current or future events. Tell your friends if they have clashes!

</div>

#### 3.2.8 Deleting recurring event from friend: `rmschedule`

Removes the specified recurring item from the specified Person's schedule. Use it when they have a change in schedule!<br>If there are multiple schedules with the same names, this command will the instance of the event that was added the earliest!<br>
Removes the specified recurring item from the specified Person's schedule. Use it when they have a change in schedule!<br>If there are multiple recurring events with the same names, this command will the instance of the event that was added the earliest!<br>

Format: `rmschedule INDEX type/EVENT_TYPE en/EVENT_NAME`

Expand Down Expand Up @@ -766,7 +768,7 @@ If there are multiple time slots with the same names, the command will remove ti
#### 3.2.9 Deleting non-recurring event from friend: `rmevent`

Removes the specified event from the specified Person. Use this if there are a change in anyone's plans!<br>
If there are multiple schedules with the same names, this command will the instance of the event that was added the earliest!<br>
If there are multiple non-recurring events with the same names, this command will the instance of the event that was added the earliest!<br>

Format: `rmevent INDEX en/EVENT_NAME`

Expand Down Expand Up @@ -940,7 +942,7 @@ No such event exists!

#### 3.3.2 Remove reminder for non-recurring events: `rmReminder`

Remove a reminder for a dated event from your schedule. You'll never be reminded again!
Remove a reminder for a dated event from your schedule. You'll never be reminded about it again!

Format: `rmReminder EVENT_NAME`
- Remove reminder for an event titled `EVENT_NAME` in your schedule.
Expand Down

0 comments on commit 15e65f3

Please sign in to comment.