1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-03 08:57:30 +00:00

cli group for property commands

This commit is contained in:
2021-05-01 17:58:30 +03:00
parent 3b0de9d636
commit c3bdd25d5a
2 changed files with 40 additions and 27 deletions

View File

@@ -63,18 +63,23 @@ wget https://raw.githubusercontent.com/b4tman/sync_ics2gcal/develop/sample-confi
### Manage calendars
```sh
manage-ics2gcal <subcommand> [-h] [options]
manage-ics2gcal GROUP | COMMAND
```
subcomands:
**GROUPS**:
* **property** - get/set properties (see [CalendarList resource](https://developers.google.com/calendar/v3/reference/calendarList#resource)), subcommands:
- **get** - get calendar property
- **set** - set calendar property
**COMMANDS**:
* **list** - list calendars
* **create** - create calendar
* **add_owner** - add owner to calendar
* **remove** - remove calendar
* **rename** - rename calendar
* **get** - get calendar property (see [CalendarList resource](https://developers.google.com/calendar/v3/reference/calendarList#resource))
* **set** - set calendar property
Use **-h** for more info.