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.
Stores and retrieves VTODO iCalendar objects (represented as Tasks) to/from the OpenTasks provider.
Represents a locally stored task list, containing AndroidTasks (whose data objects are Tasks). Communicates with third-party content providers to store the tasks. Currently, only the OpenTasks tasks provider (org.dmfs.provider.tasks) is supported.
Defines mappings between Android CalendarContract.Attendees and iCalendar parameters.
Helpers to (de)serialize unknown properties as JSON to store it in an Android ExtendedProperty row.
Requires the current thread's Thread.getContextClassLoader to be set (not null).