attendees property
A list of attendees for the event (e.g., email addresses).
Note: The Google Calendar URL scheme does not support pre-populating attendees via a query parameter in a reliable, cross-account way. This field is stored in the model for future platform-channel integration (e.g., native calendar APIs) but is currently not passed to the calendar URI built by UrlBuilder.buildCalendarUri.
Implementation
final List<String>? attendees;