+ 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
1 changed files with 2 additions and 0 deletions

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)