CalendarList
data class CalendarList(val id: String, val name: String, val contentTypes: List<CalendarListType>, val accountName: String? = null, val color: Int? = null)
Properties
Link copied to clipboard
The owner account of this list.
Link copied to clipboard
The main content type of this list. This has mainly cosmetic purposes (labels, icons). It doesn't need to be 100% accurate since the actual type is determined on a per-item basis. However, the launcher will hide some settings if it doesn't find any lists that would be affected by them.