Package-level declarations
Types
Represents a locally stored calendar, containing AndroidEvents (whose data objects are Events). Communicates with the Android Contacts Provider which uses an SQLite database to store the events.
Wrapper around default TimeZoneRegistry that uses the Android name if a time zone has a different name in ical4j and Android.
Stores and retrieves VEVENT iCalendar objects (represented as Events) to/from the Android Calendar provider.
Defines mappings between Android CalendarContract.Attendees and iCalendar parameters.
Indicates a problem with a calendar storage operation, like when a row can't be inserted or updated.
Stores and retrieves VTODO iCalendar objects (represented as Tasks) to/from the tasks.org-content provider (currently tasks.org and OpenTasks).
Represents a locally stored task list, containing DmfsTasks (tasks). Communicates with tasks.org-compatible content providers (currently tasks.org and OpenTasks) to store the tasks.
Helpers to (de)serialize unknown properties as JSON to store it in an Android ExtendedProperty row.