verstak/contrib/plugins/calendar
mirivlad fddbd3a98a fix calendar: table params for Lua functions + remove duplicate header
- CalendarPluginPage.svelte: removed <h2>pluginName — pageLabel</h2> (AppHeader already shows title)
- main.lua: all API functions now accept a single table parameter:
  - get_events(params) — reads params.start_date or params.start
  - get_event(params) — reads params.id
  - update_event(params) — reads params.id + mutable fields
  - delete_event(params) — reads params.id
  - get_expanded_events(params), get_calendar_events(params) — same
  - get_events_day(params) — reads params.date
  - create_event(opts) — already worked, no change
- Backward compatible: get_events accepts both start/start_date and end/end_date keys
2026-06-08 11:18:28 +08:00
..
migrations feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00
panels feat: plugin install/uninstall lifecycle + UI buttons 2026-06-07 15:28:37 +08:00
scripts feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00
main.lua fix calendar: table params for Lua functions + remove duplicate header 2026-06-08 11:18:28 +08:00
plugin.json feat: plugin install/uninstall lifecycle + UI buttons 2026-06-07 15:28:37 +08:00
test_calendar.lua feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00