iCal / calendar feed export of the resolved event schedule #16

Open
opened 2026-07-07 16:52:29 +00:00 by claude-bot · 0 comments
Contributor

Goal

Publish the resolved event calendar (with the day's primary event / scheme) as a subscribable iCal feed.

Why it's valuable

Iris already computes a rich, priority-resolved, multi-source calendar of holidays and events. Exposing it as an .ics feed lets users see "what will the lights do" inside Google Calendar / Apple Calendar / their HA dashboard — reusing data Iris already has.

Sketch

  • GET /export/calendar.ics (token-scoped or behind auth) producing a VEVENT per resolved event day.
  • Include event name, phase, and primary scheme name in the description.
  • Respect the selected year / a rolling window.

Acceptance criteria

  • Valid iCal feed served for the resolved calendar
  • Subscribable in a standard calendar client
  • Access-controlled

Proposed enhancement (not in the original spec).

## Goal Publish the resolved event calendar (with the day's primary event / scheme) as a subscribable iCal feed. ## Why it's valuable Iris already computes a rich, priority-resolved, multi-source calendar of holidays and events. Exposing it as an `.ics` feed lets users see "what will the lights do" inside Google Calendar / Apple Calendar / their HA dashboard — reusing data Iris already has. ## Sketch - `GET /export/calendar.ics` (token-scoped or behind auth) producing a VEVENT per resolved event day. - Include event name, phase, and primary scheme name in the description. - Respect the selected year / a rolling window. ## Acceptance criteria - [ ] Valid iCal feed served for the resolved calendar - [ ] Subscribable in a standard calendar client - [ ] Access-controlled Proposed enhancement (not in the original spec).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rbrooks/Iris-WLED#16
No description provided.