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

Add event detail visibility to New-GSCalendarEvent Command #232

Closed cmason34 closed 4 years ago

cmason34 commented 5 years ago

When creating an event on a resource, we would like to be able to set the event visibility to public or private per event. https://developers.google.com/calendar/v3/reference/events/insert see visibility property

Thanks!

scrthq commented 5 years ago

Thanks, @cmason34 !! On it

scrthq commented 5 years ago

hey @cmason34 - This is now available in v2.32.0 on both New-GSCalendarEvent and Update-GSCalendarEvent :D

cmason34 commented 5 years ago

Sweet - thanks so much!

On Fri, Sep 13, 2019 at 2:25 AM Nate Ferrell notifications@github.com wrote:

Closed #232 https://github.com/scrthq/PSGSuite/issues/232.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/scrthq/PSGSuite/issues/232?email_source=notifications&email_token=ANE3RZPWDTT42ISEZRSGBJTQJM56FA5CNFSM4IVMWF22YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOTTMHH7Y#event-2631431167, or mute the thread https://github.com/notifications/unsubscribe-auth/ANE3RZLCYZFWHEEAXY2G4TLQJM56FANCNFSM4IVMWF2Q .

cmason34 commented 5 years ago

We see the visibility parameter on the Update-GSCalendarEvent, but do not see a parameter for the New-GSCalendarEvent. We can do updates on our events, not a huge deal - just making sure we aren't missing something :)

On Fri, Sep 13, 2019 at 8:33 AM Candice Mason cmason34@gmail.com wrote:

Sweet - thanks so much!

On Fri, Sep 13, 2019 at 2:25 AM Nate Ferrell notifications@github.com wrote:

Closed #232 https://github.com/scrthq/PSGSuite/issues/232.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/scrthq/PSGSuite/issues/232?email_source=notifications&email_token=ANE3RZPWDTT42ISEZRSGBJTQJM56FA5CNFSM4IVMWF22YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOTTMHH7Y#event-2631431167, or mute the thread https://github.com/notifications/unsubscribe-auth/ANE3RZLCYZFWHEEAXY2G4TLQJM56FANCNFSM4IVMWF2Q .

scrthq commented 5 years ago

Weird! I'll get it sorted, reopening this to ensure it's tracked! Should definitely be there, IMHO

scrthq commented 5 years ago

Available in 2.32.1! Let me know if you spot any issues @cmason34 !

cmason34 commented 4 years ago

Thanks! We checked it out yesterday and worked like a charm.

On Wed, Sep 18, 2019 at 7:00 PM Nate Ferrell notifications@github.com wrote:

Closed #232 https://github.com/scrthq/PSGSuite/issues/232.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/scrthq/PSGSuite/issues/232?email_source=notifications&email_token=ANE3RZN25HESC4D7MJSBTSLQKK6LHA5CNFSM4IVMWF22YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOTWVXQJQ#event-2645260326, or mute the thread https://github.com/notifications/unsubscribe-auth/ANE3RZOMRIJEGITMZ6FDYB3QKK6LHANCNFSM4IVMWF2Q .

scrthq commented 4 years ago

Awesome!!