Companion

object Companion

Properties

Link copied to clipboard
const val CATEGORIES_SEPARATOR: Char = '\\'
Link copied to clipboard
const val COLUMN_ETAG: String

Custom sync column to store the last known ETag of an event.

Link copied to clipboard
const val COLUMN_FLAGS: String

Custom sync column to store sync flags of an event.

Link copied to clipboard

Custom sync column to store the Schedule-Tag of an event.

Link copied to clipboard

Custom sync column to store the SEQUENCE of an event.

Link copied to clipboard

VEVENT CATEGORIES are stored as an extended property with this ExtendedProperties.NAME.

Link copied to clipboard

Google Calendar uses an extended property called iCalUid for storing the event's UID, instead of the standard Events.UID_2445.

Link copied to clipboard
const val EXTNAME_URL: String

VEVENT URL is stored as an extended property with this ExtendedProperties.NAME. The URL is directly put into ExtendedProperties.VALUE.

Link copied to clipboard
const val MUTATORS_SEPARATOR: Char = ','