PSGSuite
PSGSuite copied to clipboard
Prevent notifications when changing calendar ACLs
I think this should be a simple one.
I am using the calendar ACL functions to create a bunch of extra ACLs. I would like to prevent notifications being sent for these new ACLs so to not spam end users unnecessarily.
Looking at the API docs this seems to be possible with the option query parameter 'sendNotifications'
https://developers.google.com/calendar/v3/reference/acl/insert
It would be great if this extra parameter could be added to New-GSCalendarACL
Thanks!