Select-GoogleCalendar Cmdlet
Searches Google Calendar data.
Syntax
Select-GoogleCalendar [parameters]
Remarks
The Select-GoogleCalendar cmdlet allows you to use a syntax similar to SQL SELECT statements to search Google Calendar data.
$conn = Connect-GoogleCalendar Select-GoogleCalendar -Connection $conn -Table "MyCalendar" -Columns @("Id","Description") -Where "Status='confirmed'"