Skip to content

v2.2.2

Choose a tag to compare

@pottsy17 pottsy17 released this 23 Aug 05:36
· 10 commits to main since this release

Changed

  • Calendar creates now require at least one profile (categoryNames or categoryIds), on both create_calendar_event and create_calendar_events. Skylight's calendar views hide any event that belongs to no profile — even with every profile selected in the filter — so a profile-less create produced an event that existed in the API but rendered nowhere in the app or on the frame (found live loading a 30-event school calendar that all landed invisible). Skylight's own web app refuses to create such events; the MCP now enforces the same rule with an explicit error instead of a silent no-show. Fix existing invisible events by adding profiles with update_calendar_event.