update_recurring_event
Update a recurring Google Calendar event with edit scopes for this event, all future events, or the entire series.
Instructions
定期イベント(繰り返しイベント)を更新します。「この予定のみ」「すべての予定」「これ以降の予定」の3つの編集スコープをサポートします
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | 終了日時 | |
| scope | Yes | 編集スコープ | |
| start | No | 開始日時 | |
| colorId | No | イベントの色ID | |
| eventId | Yes | 定期イベントの親イベントID | |
| summary | No | イベントタイトル | |
| location | No | 場所 | |
| calendarId | No | カレンダーID | primary |
| description | No | イベントの説明 | |
| instanceDate | No | 特定インスタンスの日付(thisEventOnly/thisAndFollowing時に必要、YYYY-MM-DD形式) | |
| instanceDateTime | No | 特定インスタンスの日時(thisEventOnly/thisAndFollowing時に必要、ISO 8601形式) |