JtxComment

object JtxComment

Properties

Link copied to clipboard
const val ALTREP: String

Purpose: To specify the language for text values in a property or property parameter, in this case of the comment. 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

The content uri of the Comment 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 comments. This is the unique identifier of a Comment 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 comment. see [https://tools.ietf.org/html/rfc5545#section-3.8.1.4] Type: String

Link copied to clipboard
const val OTHER: String

Purpose: To specify other properties for the comment. see [https://tools.ietf.org/html/rfc5545#section-3.8.1.4] 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 specifies non-processing information intended to provide a comment to the calendar user. see [https://tools.ietf.org/html/rfc5545#section-3.8.1.4] Type: String