Malli validation schemas for the calendar module.
Malli validation schemas for the calendar module.
Result indicating two events overlap within a given window.
Result indicating two events overlap within a given window.
Base calendar event map. All library functions operate on this shape. Dates are java.time.Instant (UTC). Timezone is a TZ database name string. Recurrence holds an RFC 5545 RRULE string when the event repeats.
Base calendar event map. All library functions operate on this shape. Dates are java.time.Instant (UTC). Timezone is a TZ database name string. Recurrence holds an RFC 5545 RRULE string when the event repeats.
Event type definition registered via the defevent macro.
Event type definition registered via the defevent macro.
(explain-event event)Returns human-readable validation errors for an event map.
Returns human-readable validation errors for an event map.
Result of expanding a recurring event to a single occurrence.
Result of expanding a recurring event to a single occurrence.
(valid-event-def? event-def)Returns true if the given map satisfies EventDef schema.
Returns true if the given map satisfies EventDef schema.
(valid-event? event)Returns true if the given map satisfies EventData schema.
Returns true if the given map satisfies EventData schema.
(valid-timezone? tz)Returns true if the given string is a valid IANA timezone identifier.
Returns true if the given string is a valid IANA timezone identifier.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |