1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-01-20 23:18:23 +00:00

+ add_owner in manage script

This commit is contained in:
Dmitry Belyaev 2018-04-07 19:19:18 +03:00
parent 27c2f60979
commit 1dee19a55d
Signed by: b4tman
GPG Key ID: 014E87EC54B77673

View File

@ -83,6 +83,8 @@ def main():
list_calendars(service)
elif 'create' == args.command:
create_calendar(service, args.summary, args.timezone, args.public)
elif 'add_owner' == args.command:
add_owner(service, args.id, args.owner_email)
elif 'remove' == args.command:
remove_calendar(service, args.id)