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

New-GSCalendarACL DisableNotifications switch #321

Closed Foggy2 closed 2 years ago

Foggy2 commented 4 years ago

Fix for Issue #320

Added a new switch parameter to New-GSCalendarACL called DisableNotifications. When present it will prevent notifications being sent to users affected by the calendar sharing changes.

Seemed like a simple addition so I gave it a go. I am still learning how Git works though so hopefully I did everything correctly.

Thanks

Foggy2 commented 3 years ago

Hi @scrthq

Thanks for the feedback that makes perfect sense and I will keep that in mind for the future.

I have pushed another commit that incorporates your suggested change.

Thanks!

Foggy2 commented 2 years ago

Thanks @FISHMANPET. I am new to Git and still learning my way around it. I will have a look when I can and fix this up.

Foggy2 commented 2 years ago

Hi @FISHMANPET. I have reverted the commit. Let me know if anything further is needed.