CALADDRESS

const val CALADDRESS: String

Purpose: This value type is used to identify properties that contain a calendar user address (in this case of the organizer). This is usually an e-mail address as defined in https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.3. The value should be passed as String containing the URI with "mailto:", for example: "mailto:jane_doe@example.com" see https://tools.ietf.org/html/rfc5545#section-3.8.4.3. Type: String