Currently our companies calendars are managed by google account. Is it possible to insert an entry into all the employees calendars?
I have looked into https://developers.google.com/google-apps/calendar/
but can't find anything
Thanks
Currently our companies calendars are managed by google account. Is it possible to insert an entry into all the employees calendars?
I have looked into https://developers.google.com/google-apps/calendar/
but can't find anything
Thanks
There is a domain setting that will let a service account access all accounts in the domain: https://developers.google.com/drive/web/delegation as answered in Cannot get access token with Google Calendar Api v3
For retrieving all users in a domain you can probably use the google Admin SDK https://developers.google.com/admin-sdk/directory/v1/reference/users/list
Make a new calendar and share it. Then make the others import this calendar.
Make sure they have it ticked/shown when browing their overview, ofcourse.