JtxAttachment

Properties

Link copied to clipboard
const val BINARY: String

Purpose: To specify the value of the attachment (binary). see [https://tools.ietf.org/html/rfc5545#section-3.8.1.1] Type: String

Link copied to clipboard

The content uri of the resources table

Link copied to clipboard
const val FILENAME: String

Purpose: To specify the filename of the attachment. This is an X-PROPERTY that should be addressed as "X-LABEL" Type: String

Link copied to clipboard
const val FMTTYPE: String

Purpose: To specify the fmttype of the attachment. see [https://tools.ietf.org/html/rfc5545#section-3.8.1.1] 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 attachments. This is the unique identifier of an Attachment Type: Long

Link copied to clipboard
const val OTHER: String

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

Purpose: This property specifies the uri of an attachment. see [https://tools.ietf.org/html/rfc5545#section-3.8.1.1] Type: String