@wtfalch/calendar
v0.2.0
Published
A JMAP calendar client for Agora, the wtfalch communications app: events, invites, sharing and free/busy over Stalwart, and the React UI on react-big-calendar.
Maintainers
Readme
calendar
@wtfalch/calendar is a JMAP calendar client for Agora, the wtfalch communications app.
It reads and writes a person's own events, invites, sharing between colleagues and free/busy straight from Stalwart, with no server code of its own.
It exports ./calendar (createCalendarClient), ./calendar/react (the Calendar component), ./calendar/fake (fakeCalendar()) and ./calendar/calendar.css, mirroring @wtfalch/email and @wtfalch/messaging.
See the calendar plan for the design and wtfalch/messaging#156 for this package's own ticket.
Development
pnpm install
pnpm checkpnpm check is the whole gate: build, lint, typecheck, tests and the tarball contract. CLAUDE.md explains the rules it enforces.
