Package-level declarations

Types

Link copied to clipboard

Represents a locally stored calendar containing events, each represented by an Entity. Communicates with the Android calendar provider which uses an SQLite database to store the events.

Link copied to clipboard

Manages locally stored calendars (represented by AndroidCalendar) in the Android calendar provider.

Link copied to clipboard

Adds support for EventAndExceptions data objects to AndroidCalendar.

Link copied to clipboard
Link copied to clipboard
data class EventAndExceptions(val main: Entity, val exceptions: List<Entity>)

Represents a set of a local Android event and associated exception events that are stored together. It consists of

Link copied to clipboard

How this library uses some Android event sync columns and data rows.