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
234 stars 66 forks source link

Adding Recurrence field in Add-GSCalendarEvent and Update-GSCalendarEvent #278

Open PlekyNeed opened 4 years ago

PlekyNeed commented 4 years ago

Hello,

It looks like there is no way to create or modify a recurring calendar event.

Can you add the Recurrence (and maybe RecurringEventId) for both the two functions: Add-GSCalendarEvent and Update-GSCalendarEvent

BTW, in documentation,for dates, Get-Date alone with other localisation than English should be replaced by "Get-Date -Format s" :)

Thanks