Per-event color lands, plus one rename to swallow.
Added
Event.colorHex— the event's custom color as#RRGGBB, with a parsedEvent.colorgetter (read-only, mirrorsCalendar.colorHex). Android reads it fromEVENT_COLOR;nullwhen the event just uses its calendar's color, and alwaysnullon iOS (EventKit has no per-event colors). No write support (#117).
Changed
- Breaking:
WeeklyRecurrence'swkstfield and constructor parameter are renamed toweekStart, matching the spelled-out naming of the other recurrence fields. The emitted RRULE is unchanged (stillWKST=). UpdateWeeklyRecurrence(wkst: …)call sites and.wkstreads toweekStart.
Ships device_calendar_plus 0.8.0 and device_calendar_plus_android 0.7.1. The platform interface and iOS packages are unchanged.