calendar_update
PATCH /calendar — Update calendar feed settings
Update any subset of your calendar feed toggles. Send only the toggles you want to change — omitted fields are left untouched. Returns { updated: true } on success; re-fetch GET /calendar if you need the full toggle set + feed URLs (the URLs themselves are stable and don't change when toggles update).
⚠️ WRITE operation: this mutates your DC account data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeMyTrips | No | Boolean | |
| includeMyTickets | No | Boolean | |
| includeEventAgenda | No | Boolean | |
| includeVirtualCalls | No | Boolean | |
| includeDCBlackEvents | No | Boolean | |
| includeFlagshipEvents | No | Boolean | |
| includeHomeChapterEvents | No | Boolean | |
| includeOtherChapterEvents | No | Boolean | |
| includeFollowedChapterEvents | No | Boolean |