Cmdlets for Google Calendar

Build 23.0.8839

Select-GoogleCalendar Cmdlet

Parameters   Output Objects  

Google Calendar データを検索します。

Syntax

Select-GoogleCalendar [parameters]

Remarks

Select-GoogleCalendar コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてGoogle Calendar データを検索できます。

$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 23.0.8839