gcal.attendee
Home > @runlightyear/gcal > Attendee
Attendee interface
Signature:interface Attendee
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
additionalGuests | number | Number of additional guests. The default is 0. | |
comment | string | The attendee's response comment. | |
displayName | string | The attendee's name, if available. | |
string | The attendee's email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322. Required when adding an attendee. | ||
resource | boolean | Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. The default is False. | |
responseStatus | "needsAction" | "declined" | "tentative" | "accepted" | The attendee's response status. |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
optional? | boolean | Whether this is an optional attendee. The default is False. |