AssociatedComponents

constructor(main: T?, exceptions: List<T>, prodId: String? = null)

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.

prodId

optional PRODID related to the components

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