reminder_set
Schedule a Telegram reminder for a paired chat. Handles one-time or daily recurring messages with correct timezone.
Instructions
Schedule a Telegram reminder; chat_id must already be locally paired to receive it.
Alfred's only delivery channel today is Telegram, so the caller must
say which paired chat this goes to -- there is no channel-agnostic
queue to defer that choice to. When Hermes is answering an inbound
Telegram turn, chat_id may be omitted and is read from
ALFRED_TELEGRAM_CHAT_ID.
daily repeats at the same local wall-clock time (wake-up, bedtime,
study lock-in). When daily is true, timezone must be an IANA
name such as America/New_York so the hour survives a daylight-saving
change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| daily | No | ||
| run_at | Yes | ||
| chat_id | No | ||
| task_id | No | ||
| timezone | No |