Skip to content

Commit

Permalink
Update User Guide for Unmark Command
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelinglow committed Mar 27, 2024
1 parent f3b5a97 commit e9543dc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,17 @@ Format: `mark i/ NRIC d/ DATE /from START_TIME /to END_TIME`
Examples:
* `mark i/ T0123456A d/ 2024-02-20 from/ 11:00 to/ 11:30`

### Unmarking an Appointment: `unmark`

Unmarks an appointment from the address book.

Format: `unmark i/ NRIC d/ DATE /from START_TIME /to END_TIME`

* Unmarks an appointment for the person with specified `NRIC`, on `DATE` from `START_TIME` to `END_TIME`
* Appointment with the following details **must exist within database**.

Examples:
* `unmark i/ T0123456A d/ 2024-02-20 from/ 11:00 to/ 11:30`

### Clearing all entries : `clear`

Expand Down Expand Up @@ -295,7 +306,8 @@ _Details coming soon ..._
| **AddAppt** | `addAppt i/NRIC d/DATE from/START_TIME to/END_TIME t/APPOINTMENT_TYPE note/NOTE`<br> e.g., `addAppt i/ T0123456A d/ 2024-02-20 from/ 11:00 to/ 11:30 t/ Medical Check-up note/ Routine check-in` |
| **DeleteAppt** | `deleteAppt i/NRIC d/DATE from/START_TIME to/END_TIME` <br> e.g., `deleteAppt i/ S8743880A d/ 2024-02-20 from/ 11:00 to/ 11:30` |
| **FindAppt** | `findAppt [i/NRIC] [d/DATE] [from/START_TIME]` <br> e.g., `findAppt i/ T0123456A d/ 2024-02-20 from/ 11:00` |
| **Mark** | `mark [i/NRIC] [d/DATE] [from/START_TIME]` <br> e.g., `mark i/ T0123456A d/ 2024-02-20 from/ 11:00 to/ 11:30` |
| **Mark** | `mark i/NRIC d/DATE from/START_TIME to/END_TIME` <br> e.g., `mark i/ T0123456A d/ 2024-02-20 from/ 11:00 to/ 11:30` |
| **Unmark** | `unmark i/NRIC d/DATE from/START_TIME to/END_TIME` <br> e.g., `unmark i/ T0123456A d/ 2024-02-20 from/ 11:00 to/ 11:30` |
| **Clear** | `clear` |
| **Exit** | `exit` |
| **Help** | `help` |

0 comments on commit e9543dc

Please sign in to comment.