Routines Calendar view doesn't show triggers with multi-value cron fields
Resolved 💬 5 comments Opened Apr 16, 2026 by AntonyW94 Closed Apr 17, 2026
Description
In the Claude Desktop Routines Calendar view, remote triggers that use multi-value cron hour fields (e.g., 0 9,12,16 * * 1-5) do not appear on the calendar, even though they are enabled and scheduled.
Steps to Reproduce
- Create a remote trigger with a cron expression containing a comma-separated hour field, e.g.
0 9,12,16 * * 1-5(runs at 9:00, 12:00, and 16:00 on weekdays) - Open Claude Desktop → Routines → Calendar tab
- Look at today's scheduled routines
Expected Behaviour
The trigger should appear 3 times on the calendar for today (once per scheduled hour).
Actual Behaviour
The trigger does not appear at all in the Calendar view. Other triggers with simple cron expressions (e.g., 16 8 * * 1-5) show correctly.
The trigger does appear when clicking the "All" tab, and the API confirms it is enabled with a valid next_run_at timestamp.
Environment
- Claude Desktop on Windows 11
- Trigger confirmed active via API (
RemoteTriggerlist action)
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗