Liking cljdoc? Tell your friends :D

boundary.calendar.shell.adapters.ical

ical4j 4.x adapter implementing CalendarAdapterProtocol.

Converts boundary EventData maps ↔ RFC 5545 VCALENDAR strings using net.fortuna.ical4j 4.x. VEvents are built with ZonedDateTime so that TZID parameters are correctly emitted and preserved in round-trips.

Shell layer — may perform I/O via ical4j CalendarBuilder/CalendarOutputter.

ical4j 4.x adapter implementing CalendarAdapterProtocol.

Converts boundary EventData maps ↔ RFC 5545 VCALENDAR strings using
net.fortuna.ical4j 4.x. VEvents are built with ZonedDateTime so that
TZID parameters are correctly emitted and preserved in round-trips.

Shell layer — may perform I/O via ical4j CalendarBuilder/CalendarOutputter.
raw docstring

boundary.calendar.shell.registry

Load-time registry of event type definitions.

The registry is mutable process state, so it lives in the shell — the core (boundary.calendar.core.event) stays pure (helper functions only). Definitions are registered at namespace load via the defevent macro and read at runtime via get-event-type / list-event-types.

Load-time registry of event type definitions.

The registry is mutable process state, so it lives in the shell — the core
(boundary.calendar.core.event) stays pure (helper functions only).
Definitions are registered at namespace load via the `defevent` macro and
read at runtime via `get-event-type` / `list-event-types`.
raw docstring

boundary.calendar.shell.service

Public API for the calendar library.

Wraps the iCal adapter to keep callers decoupled from ical4j internals. All functions create an adapter internally unless one is injected via opts.

Shell layer — may perform I/O via the ical4j adapter.

Public API for the calendar library.

Wraps the iCal adapter to keep callers decoupled from ical4j internals.
All functions create an adapter internally unless one is injected via opts.

Shell layer — may perform I/O via the ical4j adapter.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close