create_event
Create new Google Calendar events with start/end times, location, attendees, reminders, and recurrence rules. Supports all-day and timed events.
Instructions
新しいカレンダーイベントを作成します。定期イベントの作成も可能です
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | 終了日時 | |
| start | Yes | 開始日時 | |
| colorId | No | イベントの色ID | |
| summary | Yes | イベントタイトル | |
| location | No | 場所 | |
| attendees | No | 参加者リスト | |
| reminders | No | リマインダー設定 | |
| calendarId | No | カレンダーID | primary |
| recurrence | No | 繰り返しルール(RRULE形式、例: ["RRULE:FREQ=WEEKLY;COUNT=10"]) | |
| visibility | No | 公開設定 | |
| description | No | イベントの説明 | |
| transparency | No | 予定あり(opaque)/予定なし(transparent) |