Skip to main content
Version: 6.2.0

GoogleCalendarAttendee

This page supports schema for Googlecalendar Datatype GoogleCalendarAttendee.

{
"properties": {
"additionalGuests": {
"type": "integer"
},
"comment": {
"type": "string"
},
"email": {
"type": "string",
"x-dataType": "GoogleConnection",
"x-dataTypePath": [
"emailAddresses",
0,
"value"
],
"x-dataTypeVersion": "1.0.0"
},
"optional": {
"type": "boolean"
},
"resource": {
"type": "boolean"
},
"responseStatus": {
"enum": [
"needsAction",
"declined",
"tentative",
"accepted"
]
}
},
"required": [
"email"
],
"type": "object"
}

Input Schema

{}