JtxRelatedto

Types

Link copied to clipboard

This enum class defines the possible values for the attribute Reltype of an JtxRelatedto. Use its name when the string representation is required, e.g. Reltype.PARENT.name.

Properties

Link copied to clipboard

The content uri of the relatedto table

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 related-to. This is the unique identifier of a Related-to Type: Long

Link copied to clipboard

The name of the second Foreign Key Column of the related IcalObject Type: Long

Link copied to clipboard
const val OTHER: String

Purpose: To specify other properties for the related-to. see [https://tools.ietf.org/html/rfc5545#section-3.8.4.5] 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 RELTYPE: String

Purpose: To specify the type of hierarchical relationship associated with the calendar component specified by the property. The possible relationship types are defined in the enum Reltype. Use e.g. Reltype.PARENT.name to put a correct String value in this field. Other values and null-values are allowed, but will not be processed by the app. see [https://tools.ietf.org/html/rfc5545#section-3.8.4.5] and [https://tools.ietf.org/html/rfc5545#section-3.2.15] Type: String

Link copied to clipboard
const val TEXT: String

Purpose: This property is used to represent a relationship or reference between one calendar component and another. The text gives the UID of the related calendar entry. see [https://tools.ietf.org/html/rfc5545#section-3.8.4.5] Type: String