SCRT-HQ / PSGSuite

Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
https://psgsuite.io/
Apache License 2.0
235 stars 67 forks source link

Prevent notifications when changing calendar ACLs #320

Open Foggy2 opened 4 years ago

Foggy2 commented 4 years ago

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!