attachments property

List<EventAttachment>? attachments
getter/setter pair

File attachments for the event. In order to modify attachments the supportsAttachments request parameter should be set to true. There can be at most 25 attachments per event,

Implementation

core.List<EventAttachment>? attachments;