bodyobject · requiredBounded request body sent to the connected application.
Google Calendar
Create a timed or all-day event on a writable connected Google calendar.
Creates one timed or all-day event with bounded details, recurrence, reminders, optional attendees and an optional Google Meet conference. Attendee notifications are disabled unless sendUpdates is explicitly set to all or externalOnly. Always one $0.0050 request.
Agents select this operation with tool ID google-calendar.event-create, then inspect its current executable contract before a run.
bodyobject · requiredBounded request body sent to the connected application.
pathobject · requiredIdentifier path for the authorised connected-app record.
queryobject · optionalSearch terms used to find relevant records.
conferenceDataobjectReturned conference data value.
createdstringReturned created value.
creatorobjectReturned creator value.
descriptionstringReturned description value.
endobjectReturned end value.
htmlLinkstringReturned html link value.
iCalUIDstringReturned i cal uid value.
idstringReturned id value.
kindstringReturned kind value.
locationstringReturned location value.
organizerobjectReturned organizer value.
sequencenumberReturned sequence value.
startobjectReturned start value.
statusstringReturned status value.
summarystringReturned summary value.
updatedstringReturned updated value.
This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.
{
"tool_id": "google-calendar.event-create",
"input": {
"body": {
"end": {
"dateTime": "2026-08-25T10:30:00+01:00",
"timeZone": "Europe/London"
},
"start": {
"dateTime": "2026-08-25T10:00:00+01:00",
"timeZone": "Europe/London"
},
"summary": "Project review",
"location": "Online",
"description": "Quarterly launch notes.",
"conferenceData": {
"createRequest": {
"requestId": "scrollport-0e956c4d-3bda-40f6-b488-ddc79ea6baed",
"conferenceSolutionKey": {
"type": "hangoutsMeet"
}
}
}
},
"path": {
"calendarId": "YOUR-GOOGLE-CALENDAR-ID"
},
"query": {
"sendUpdates": "none",
"conferenceDataVersion": 1
}
}
}{
"id": "scrollport-verification-event",
"end": {
"dateTime": "2026-08-17T10:30:00+01:00",
"timeZone": "Europe/London"
},
"kind": "calendar#event",
"start": {
"dateTime": "2026-08-17T10:00:00+01:00",
"timeZone": "Europe/London"
},
"status": "confirmed",
"created": "2026-08-15T12:00:00.000Z",
"creator": {
"self": true,
"email": "user@example.com"
},
"iCalUID": "scrollport-verification-event@google.com",
"summary": "Review launch plan",
"updated": "2026-08-15T12:05:00.000Z",
"htmlLink": "https://calendar.google.com/calendar/event?eid=scrollport-verification-event",
"location": "Video call",
"sequence": 0,
"organizer": {
"self": true,
"email": "user@example.com"
},
"description": "Purpose-made Scrollport verification event. Safe to edit.",
"conferenceData": {
"entryPoints": [
{
"uri": "https://meet.google.com/abc-defg-hij",
"label": "meet.google.com/abc-defg-hij",
"entryPointType": "video"
}
],
"conferenceId": "abc-defg-hij",
"conferenceSolution": {
"key": {
"type": "hangoutsMeet"
},
"name": "Google Meet"
}
}
}connection_required: This capability acts on your own Google Calendar, which isn't connected yet.Open connect_url, approve Google Calendar event and calendar-list access, then retry this run unchanged.invalid_input: Google Calendar rejected the event timing, calendar access or attendee fields.List calendars first, choose one with writer or owner access, and provide matching all-day dates or RFC 3339 date-times with an end after the start.Scrollport validates tools for connected apps and provides them on a pay-as-you-go basis so your agent can use accounts you already own without receiving sensitive API keys.
Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.
Google Calendar
Create a timed or all-day event on a writable connected Google calendar.
Creates one timed or all-day event with bounded details, recurrence, reminders, optional attendees and an optional Google Meet conference. Attendee notifications are disabled unless sendUpdates is explicitly set to all or externalOnly. Always one $0.0050 request.
Agents select this operation with tool ID google-calendar.event-create, then inspect its current executable contract before a run.
bodyobject · requiredBounded request body sent to the connected application.
pathobject · requiredIdentifier path for the authorised connected-app record.
queryobject · optionalSearch terms used to find relevant records.
conferenceDataobjectReturned conference data value.
createdstringReturned created value.
creatorobjectReturned creator value.
descriptionstringReturned description value.
endobjectReturned end value.
htmlLinkstringReturned html link value.
iCalUIDstringReturned i cal uid value.
idstringReturned id value.
kindstringReturned kind value.
locationstringReturned location value.
organizerobjectReturned organizer value.
sequencenumberReturned sequence value.
startobjectReturned start value.
statusstringReturned status value.
summarystringReturned summary value.
updatedstringReturned updated value.
This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.
{
"tool_id": "google-calendar.event-create",
"input": {
"body": {
"end": {
"dateTime": "2026-08-25T10:30:00+01:00",
"timeZone": "Europe/London"
},
"start": {
"dateTime": "2026-08-25T10:00:00+01:00",
"timeZone": "Europe/London"
},
"summary": "Project review",
"location": "Online",
"description": "Quarterly launch notes.",
"conferenceData": {
"createRequest": {
"requestId": "scrollport-0e956c4d-3bda-40f6-b488-ddc79ea6baed",
"conferenceSolutionKey": {
"type": "hangoutsMeet"
}
}
}
},
"path": {
"calendarId": "YOUR-GOOGLE-CALENDAR-ID"
},
"query": {
"sendUpdates": "none",
"conferenceDataVersion": 1
}
}
}{
"id": "scrollport-verification-event",
"end": {
"dateTime": "2026-08-17T10:30:00+01:00",
"timeZone": "Europe/London"
},
"kind": "calendar#event",
"start": {
"dateTime": "2026-08-17T10:00:00+01:00",
"timeZone": "Europe/London"
},
"status": "confirmed",
"created": "2026-08-15T12:00:00.000Z",
"creator": {
"self": true,
"email": "user@example.com"
},
"iCalUID": "scrollport-verification-event@google.com",
"summary": "Review launch plan",
"updated": "2026-08-15T12:05:00.000Z",
"htmlLink": "https://calendar.google.com/calendar/event?eid=scrollport-verification-event",
"location": "Video call",
"sequence": 0,
"organizer": {
"self": true,
"email": "user@example.com"
},
"description": "Purpose-made Scrollport verification event. Safe to edit.",
"conferenceData": {
"entryPoints": [
{
"uri": "https://meet.google.com/abc-defg-hij",
"label": "meet.google.com/abc-defg-hij",
"entryPointType": "video"
}
],
"conferenceId": "abc-defg-hij",
"conferenceSolution": {
"key": {
"type": "hangoutsMeet"
},
"name": "Google Meet"
}
}
}connection_required: This capability acts on your own Google Calendar, which isn't connected yet.Open connect_url, approve Google Calendar event and calendar-list access, then retry this run unchanged.invalid_input: Google Calendar rejected the event timing, calendar access or attendee fields.List calendars first, choose one with writer or owner access, and provide matching all-day dates or RFC 3339 date-times with an end after the start.Scrollport validates tools for connected apps and provides them on a pay-as-you-go basis so your agent can use accounts you already own without receiving sensitive API keys.
Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.
Google Calendar
Create a timed or all-day event on a writable connected Google calendar.
Creates one timed or all-day event with bounded details, recurrence, reminders, optional attendees and an optional Google Meet conference. Attendee notifications are disabled unless sendUpdates is explicitly set to all or externalOnly. Always one $0.0050 request.
Agents select this operation with tool ID google-calendar.event-create, then inspect its current executable contract before a run.
bodyobject · requiredBounded request body sent to the connected application.
pathobject · requiredIdentifier path for the authorised connected-app record.
queryobject · optionalSearch terms used to find relevant records.
conferenceDataobjectReturned conference data value.
createdstringReturned created value.
creatorobjectReturned creator value.
descriptionstringReturned description value.
endobjectReturned end value.
htmlLinkstringReturned html link value.
iCalUIDstringReturned i cal uid value.
idstringReturned id value.
kindstringReturned kind value.
locationstringReturned location value.
organizerobjectReturned organizer value.
sequencenumberReturned sequence value.
startobjectReturned start value.
statusstringReturned status value.
summarystringReturned summary value.
updatedstringReturned updated value.
This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.
{
"tool_id": "google-calendar.event-create",
"input": {
"body": {
"end": {
"dateTime": "2026-08-25T10:30:00+01:00",
"timeZone": "Europe/London"
},
"start": {
"dateTime": "2026-08-25T10:00:00+01:00",
"timeZone": "Europe/London"
},
"summary": "Project review",
"location": "Online",
"description": "Quarterly launch notes.",
"conferenceData": {
"createRequest": {
"requestId": "scrollport-0e956c4d-3bda-40f6-b488-ddc79ea6baed",
"conferenceSolutionKey": {
"type": "hangoutsMeet"
}
}
}
},
"path": {
"calendarId": "YOUR-GOOGLE-CALENDAR-ID"
},
"query": {
"sendUpdates": "none",
"conferenceDataVersion": 1
}
}
}{
"id": "scrollport-verification-event",
"end": {
"dateTime": "2026-08-17T10:30:00+01:00",
"timeZone": "Europe/London"
},
"kind": "calendar#event",
"start": {
"dateTime": "2026-08-17T10:00:00+01:00",
"timeZone": "Europe/London"
},
"status": "confirmed",
"created": "2026-08-15T12:00:00.000Z",
"creator": {
"self": true,
"email": "user@example.com"
},
"iCalUID": "scrollport-verification-event@google.com",
"summary": "Review launch plan",
"updated": "2026-08-15T12:05:00.000Z",
"htmlLink": "https://calendar.google.com/calendar/event?eid=scrollport-verification-event",
"location": "Video call",
"sequence": 0,
"organizer": {
"self": true,
"email": "user@example.com"
},
"description": "Purpose-made Scrollport verification event. Safe to edit.",
"conferenceData": {
"entryPoints": [
{
"uri": "https://meet.google.com/abc-defg-hij",
"label": "meet.google.com/abc-defg-hij",
"entryPointType": "video"
}
],
"conferenceId": "abc-defg-hij",
"conferenceSolution": {
"key": {
"type": "hangoutsMeet"
},
"name": "Google Meet"
}
}
}connection_required: This capability acts on your own Google Calendar, which isn't connected yet.Open connect_url, approve Google Calendar event and calendar-list access, then retry this run unchanged.invalid_input: Google Calendar rejected the event timing, calendar access or attendee fields.List calendars first, choose one with writer or owner access, and provide matching all-day dates or RFC 3339 date-times with an end after the start.Scrollport validates tools for connected apps and provides them on a pay-as-you-go basis so your agent can use accounts you already own without receiving sensitive API keys.
Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.