bitbee / php-dashboard-module-calendar
Calendar module for php-modular-dashboard: shared calendar with ICS import/export and drag & drop UI
Package info
github.com/yoodoohai/php-dashboard-module-calendar
pkg:composer/bitbee/php-dashboard-module-calendar
dev-main
2026-01-24 21:31 UTC
Requires
- php: >=8.1
- ext-pdo: *
- ext-pdo_sqlite: *
Suggests
- bitbee/php-modular-dashboard: For web dashboard integration with user management
This package is auto-updated.
Last update: 2026-03-24 22:07:27 UTC
README
Shared calendar with ICS import/export and a drag & drop UI (date shifting).
Requirements
- PHP SQLite extension enabled (stores events in a SQLite DB)
- Write permissions for
modules/calendar/data/
Permissions
- Read-only
Calendar/indexCalendar/ics(export)
- Write
Calendar/create,Calendar/edit,Calendar/deleteCalendar/updateDates(drag & drop)Calendar/import(ICS import)
Notes
- Access enforcement is centralized (router/dispatcher). The module uses
capsonly to hide/show UI controls.