Add-GoogleCalendar Cmdlet
Inserts Google Calendar data.
Syntax
Add-GoogleCalendar [parameters]
Remarks
The Add-GoogleCalendar cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Google Calendar records.
Add-GoogleCalendar -Connection $connection -Table "MyCalendar" -Columns @("Description") -Values @("My Calendar")