Companion

object Companion

Properties

Link copied to clipboard
const val CATEGORIES_SEPARATOR: Char = '\\'
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 = ','