commit 544cf3fe24934d115c534029666d191a46dd721a
parent 6b55189244d9d3b56e892f7234aa706b85542825
Author: Carlosokumu <carlosokumu254@gmail.com>
Date: Thu, 14 Aug 2025 22:32:14 +0300
update README.md
Diffstat:
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -49,9 +49,14 @@ To create an event entry:
| `-s`, `--summary` | Event title | `"Team Meeting"` |
| `-d`, `--description`| Event details | `"Quarterly review"` |
| `--start` | Start time | `"10-09-2025 14:00"` (or ISO format) |
-| `--end ` | End time | `"10-09-2025 16:00"` |
+| `--end ` | End time | `"10-09-2025 16:00"` |
| `-l`, `--location` | Event venue | `"Conference Room A"` |
| `-o`, `--organizer` | Contact email | `"events@company.com"` |
| `--tzid` | Timezone | `"Africa/Nairobi"` |
-Note: On runing the create command, an `event.ics` file should be created.
+Note: On runing the create command, an `event.ics` file should be created in your current working directory.The generated `event.ics` file is currently a prototype and will change upon complete implementation of the command.
+
+#### 2.Edit
+Using the `edit` command, you can modify an existing ical file's fields.
+
+ `edit -i ICAL_FILE_Path -s [SUMMARY] -d [DESCRIPTION] --start [START] -l [LOCATION] -o [ORGANIZER] ...`