JtxResource

Properties

Link copied to clipboard

The content uri of the resources 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 resources. This is the unique identifier of a Resource Type: Long

Link copied to clipboard
const val LANGUAGE: String

Purpose: To specify an alternate text representation for the property value, in this case of the resource. see [https://tools.ietf.org/html/rfc5545#section-3.8.1.4] 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 resource. see [https://tools.ietf.org/html/rfc5545#section-3.8.1.10] 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 TEXT: String

Purpose: This property defines the name of the resource for a calendar component. see [https://tools.ietf.org/html/rfc5545#section-3.8.1.10] Type: String