| name | calendar |
| description | Calendar and recipient management โ list, add, show, cancel, confirm scheduled entries. Manages mandant recipient groups (company, household, family, friends, colleagues) and workflow/calendars/entries.yaml with multi-recipient support, duration estimates, and repeat patterns. Trigger: "/calendar", "calendar", "scheduled messages", "calendar add", "calendar list", "mandants", "recipients", "recipient groups", "add recipient group". |
| metadata | {"scope":"core"} |
Calendar
Manage scheduled outbound actions and recipient groups.
Read the referenced file ONLY when triggered.
Guard
calendar.enabled must be true in bridge-config.yaml. If not: inform and exit.
Arguments
| Argument | Effect | Default |
|---|
list or (none) | Show all entries | โ |
add | Create new entry | โ |
show {id} | Detail view | โ |
cancel {id} | Cancel entry | โ |
confirm {id} | Mark as confirmed | โ |
status | Summary with next-up | โ |
mandants | List all recipient groups | โ |
mandants add {id} | Create new mandant | โ |
mandants show {id} | Detail view with upcoming entries | โ |
mandants add-person {mandant}/{person} | Add person to group | โ |
Decision Tree
User wants to...
โโโ List calendar entries โ Read references/workflow.md (ยง List)
โโโ Add new entry โ Read references/workflow.md (ยง Add)
โโโ Show entry details โ Read references/workflow.md (ยง Show)
โโโ Cancel an entry โ Read references/workflow.md (ยง Cancel)
โโโ Confirm an entry โ Read references/workflow.md (ยง Confirm)
โโโ Calendar status overview โ Read references/workflow.md (ยง Status)
โโโ List mandants / recipient groups โ Read references/mandants.md (ยง List)
โโโ Add a new mandant โ Read references/mandants.md (ยง Add)
โโโ Show mandant with upcoming entries โ Read references/mandants.md (ยง Show)
โโโ Add a person to a mandant โ Read references/mandants.md (ยง Add-Person)
โโโ Questions about calendar/mandants โ Answer from CLAUDE.md ยง Calendar + Mandants