Cmdlets for Google Calendar

Build 24.0.9060

Remove-GoogleCalendar Cmdlet

Parameters   Output Objects  

Deletes Google Calendar data.

Syntax

Remove-GoogleCalendar [parameters]

Remarks

The Remove-GoogleCalendar cmdlet allows you to use a syntax similar to SQL DELETE statements to delete Google Calendar data.

$conn = Connect-GoogleCalendar
Remove-GoogleCalendar -Connection $conn -Table "MyCalendar" -Id "S"
The Where parameter can also be used to specify the primary key:
Remove-GoogleCalendar -Connection $conn -Table "exTablePowershell;" -Where "Id = S"
The primary key can also be passed to the cmdlet along the pipeline:
Select-GoogleCalendar -Connection $conn -Table MyCalendar -Where "Status = 'confirmed'" | Remove-GoogleCalendar

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