File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,17 +45,18 @@ Adds a deadline task to the list.
4545** Error Handling** :
4646- Input of incorrect datetime or bad command format will cause a warning.
4747
48- - Examples:
48+ Examples:
4949 ` deadline submit assignmeny /by 2024-9-19 13:00 ` * The month format lacks a 0*
5050
5151 ` deadline assignment by 2024-09-19 13:00 ` * Miss slash before ` by ` *
5252
5353 ` deadlinesubmit assignment /by 2024-09-19 13:00 ` * Miss whitespace after ` deadline ` *
5454
55- - Response (same for all examples):
55+ Response (same for all examples):
5656
5757 ![ img_5.png] ( img_5.png )
5858
59+
5960### Adding a event task: ` event `
6061Adds an event task to the task list.
6162
@@ -69,19 +70,31 @@ Adds an event task to the task list.
6970
7071
7172** Error Handling** :
73+
7274- Input of incorrect datetime or bad start and end format will cause a warning.
7375
74- - Examples:
76+ Examples:
7577 ` event project meeting /from 2024-9-19 08:00 /to 2024-09-19 10:00 ` * The month format lacks a 0*
7678
7779 ` event project meeting from 2024-09-19 08:00 /to 2024-09-19 10:00 ` * Miss slash before ` from ` *
7880
7981 ` eventproject meeting /from 2024-09-19 08:00 /to 2024-09-19 10:00 ` * Miss whitespace after ` event ` *
8082
81- - Response (same for both example):
83+ Response (same for both example):
8284
8385 ![ img_3.png] ( img_3.png )
8486
87+ - Input start time is after end time.
88+
89+ Example:
90+
91+ ` event project meeting /from 2024-09-19 10:00 /to 2024-09-19 08:00 `
92+
93+ Response:
94+
95+ ![ img_20.png] ( img_20.png )
96+
97+
8598---
8699## Listing all tasks: ` list `
87100Shows a list of all tasks in the chatbot tasklist
You can’t perform that action at this time.
0 commit comments