bitbee/php-dashboard-module-calendar

Calendar module for php-modular-dashboard: shared calendar with ICS import/export and drag & drop UI

Maintainers

Package info

github.com/yoodoohai/php-dashboard-module-calendar

Homepage

Issues

pkg:composer/bitbee/php-dashboard-module-calendar

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

dev-main 2026-01-24 21:31 UTC

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/index
    • Calendar/ics (export)
  • Write
    • Calendar/create, Calendar/edit, Calendar/delete
    • Calendar/updateDates (drag & drop)
    • Calendar/import (ICS import)

Notes

  • Access enforcement is centralized (router/dispatcher). The module uses caps only to hide/show UI controls.