How do you add a Google Calendar to all users for a domain?

若如初见. 提交于 2019-12-05 19:20:11

If I am authenticated as a domain admin, can I create CalendarList item for all users? No you can't :(.

If so, can it be done with a single command or do I need to make a call with every user id? You have to make a call for each user id.

If I need to do a command for each user, how do I get the user ids? To retrieve the user id you first must list all the users in the domain with the Admin SDK API, https://developers.google.com/admin-sdk/directory/v1/guides/manage-users#get_all_domain_users , then for each INSERT command in the calendar you change the user id, for the email address.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!