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

Create calendar events with optional Google Meet conference #245

Closed devblackops closed 4 years ago

devblackops commented 4 years ago

Is your feature request related to a problem? Please describe. It would be useful when creating a calendar event to optionally create a Google Meet conference as well and attach it to the calendar event.

Describe the solution you'd like Add a -CreateMeetEvent switch parameter to New-GSCalendarEvent. When provided this will generate a Meet conference URL attached to the calendar event. PR incoming. 👍

Describe alternatives you've considered None

Additional context We used to use PoshBot to create arbitrary Google Hangouts URLs in Slack. This was nice because you could create any old meeting ID you like without interacting with an API. With Hangouts no more for GSuite customers, we still want this functionality but now need to authenticate again the calendar API to create Meet URLs.