CalendarUidSplitter

class CalendarUidSplitter<T : CalendarComponent>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun associateByUid(calendar: Calendar, componentName: String): Map<String?, AssociatedComponents<T>>

Splits iCalendar components by UID and classifies them as main events (without RECURRENCE-ID) or exceptions (with RECURRENCE-ID).