Liking cljdoc? Tell your friends :D

boundary.calendar.schema

Malli validation schemas for the calendar module.

Malli validation schemas for the calendar module.
raw docstring

ConflictResultclj

Result indicating two events overlap within a given window.

Result indicating two events overlap within a given window.
sourceraw docstring

EventDataclj

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.
sourceraw docstring

EventDefclj

Event type definition registered via the defevent macro.

Event type definition registered via the defevent macro.
sourceraw docstring

explain-eventclj

(explain-event event)

Returns human-readable validation errors for an event map.

Returns human-readable validation errors for an event map.
sourceraw docstring

OccurrenceResultclj

Result of expanding a recurring event to a single occurrence.

Result of expanding a recurring event to a single occurrence.
sourceraw docstring

valid-event-def?clj

(valid-event-def? event-def)

Returns true if the given map satisfies EventDef schema.

Returns true if the given map satisfies EventDef schema.
sourceraw docstring

valid-event?clj

(valid-event? event)

Returns true if the given map satisfies EventData schema.

Returns true if the given map satisfies EventData schema.
sourceraw docstring

valid-timezone?clj

(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.
sourceraw 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