AssociatedComponents

constructor(main: T?, exceptions: List<T>)

Parameters

main

main component (with or without UID, but without RECURRENCE-ID), may be null if only exceptions are present

exceptions

exceptions (each without RECURRENCE-ID); UID must be

  1. the same as the UID of main,

  2. the same for all exceptions.

If no main is present, exceptions must not be empty.