Triggers
New or Updated Event
Integrations
- Gmail
- Google Sheets
- Google Calendar
- Authentication
- Actions
- Triggers
- Google Contacts
- Google Forms
- Slack
- Salesforce
- Monday
- LinkedIn
- Outlook
- Twilio
- Voice
- File
- Extract
- Answer
- Link
- Browser
- Brainbase Table
- Google Search
- Mapping
- Code
- Brainbase Forms
- API
Triggers
New or Updated Event
Triggers when an event is added or updated
Input
Property | Type | Required | Description |
---|---|---|---|
calendar_id | SHORT_TEXT | Yes | The calendar to watch for changes |
Sample Output
{
"kind": "calendar#event",
"etag": "3350849506974000",
"id": "0nsfi5ttd2b17ac76ma2f37oi9",
"htmlLink": "https://www.google.com/calendar/event?eid=kgjb90uioj4klrgfmdsnjsjvlgkm",
"summary": "ap-event-test",
"created": "2023-02-03T11:36:36.000Z",
"updated": "2023-02-03T11:45:53.487Z",
"description": "Sample description",
"status": "canceled",
"creator": {
"email": "test@test.com",
"self": true
},
"organizer": {
"email": "test@test.com",
"self": true
},
"start": {
"dateTime": "2023-02-02T22:30:00+03:00",
"timeZone": "Asia/Amman"
},
"end": {
"dateTime": "2023-02-02T23:30:00+03:00",
"timeZone": "Asia/Amman"
},
"transparency": "transparent",
"iCalUID": "0nsfi5ttd2b17ac76ma2f37oi9@google.com",
"sequence": 1,
"attendees": [
{
"email": "attende@test.com",
"responseStatus": "needsAction"
},
{
"email": "test@test.com",
"organizer": true,
"self": true,
"responseStatus": "accepted"
}
],
"reminders": {
"useDefault": true
},
"eventType": "default"
}
On this page