Cmdlets for Google Calendar

Build 24.0.9060

Select-GoogleCalendar Cmdlet

Parameters   Output Objects  

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'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060