JtxOrganizer

Properties

Link copied to clipboard
const val CALADDRESS: String

Purpose: This value type is used to identify properties that contain a calendar user address (in this case of the organizer). This is usually an e-mail address as defined in https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.3. The value should be passed as String containing the URI with "mailto:", for example: "mailto:jane_doe@example.com" see https://tools.ietf.org/html/rfc5545#section-3.8.4.3. Type: String

Link copied to clipboard
const val CN: String

Purpose: To specify the common name to be associated with the calendar user specified by the property in this case for the organizer. see [https://tools.ietf.org/html/rfc5545#section-3.8.4.3] and [https://tools.ietf.org/html/rfc5545#section-3.2.18] Type: String

Link copied to clipboard

The content uri of the Organizer table

Link copied to clipboard
const val DIR: String

Purpose: To specify reference to a directory entry associated with the calendar user specified by the property in this case for the organizer. Expected is an URI as defined in https://datatracker.ietf.org/doc/html/rfc5545#section-3.2.6. The value should be passed as String, e.g. "ldap://example.com:6666/o=ABC%20Industries,c=US???(cn=Jim%20Dolittle)" see [https://tools.ietf.org/html/rfc5545#section-3.8.4.3] and [https://tools.ietf.org/html/rfc5545#section-3.2.2] Type: String

Link copied to clipboard

The name of the Foreign Key Column for IcalObjects. Type: Long, references JtxICalObject.ID

Link copied to clipboard
const val ID: String

The name of the ID column for the organizer. This is the unique identifier of a Organizer Type: Long

Link copied to clipboard
const val LANGUAGE: String

Purpose: To specify the language for text values in a property or property parameter, in this case of the organizer. see [https://tools.ietf.org/html/rfc5545#section-3.8.4.3] and [https://tools.ietf.org/html/rfc5545#section-3.2.10] Language-Tag as defined in RFC5646, e.g. "en:Germany" Type: String

Link copied to clipboard
const val OTHER: String

Purpose: To specify other properties for the organizer. see [https://tools.ietf.org/html/rfc5545#section-3.8.4.3] The Parameters are stored as JSON. There are two helper functions provided: getJsonStringFromXParameters(ParameterList?) that returns a Json String from the parameter list to be stored in this other field. The counterpart to this function is getXParameterFromJson(String) that returns a list of XParameters from a Json that was created with getJsonStringFromXParameters(...) Type: String

Link copied to clipboard
const val SENTBY: String

Purpose: To specify the calendar user that is acting on behalf of the calendar user specified by the property in this case for the organizer. This is usually an e-mail address as defined in https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.3. The value should be passed as String containing the URI with "mailto:", for example: "mailto:jane_doe@example.com" See also [https://tools.ietf.org/html/rfc5545#section-3.8.4.3] and [https://datatracker.ietf.org/doc/html/rfc5545#section-3.2.18] Type: String