CUTYPE

const val CUTYPE: String

Purpose: To identify the type of calendar user specified by the property in this case for the attendee. The possible values are defined in the enum Cutype. Use e.g. Cutype.INDIVIDUAL.name to put a correct String value in this field. If no value is passed for the Cutype, the Cutype will be interpreted as INDIVIDUAL as according to the RFC. Other values are accepted and treated as UNKNOWN. see [https://tools.ietf.org/html/rfc5545#section-3.8.4.1] and [https://tools.ietf.org/html/rfc5545#section-3.2.3] Type: String