> ## Documentation Index
> Fetch the complete documentation index at: https://relevanceai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Google Calendar Event

> The Create Google Calendar Event tool step allows you to create an event in your Google Calendar

## Add the ‘Create Google Calendar Event’ Tool step to your Tool

<div style={{ width:"90%",position:"relative",paddingTop:"75%" }}>
  <iframe src="https://app.supademo.com/embed/cmdfj4y3w1lfz6n9nve5qrj4a?embed_v=2" frameBorder="0" title="Add the Create Google Calendar Event Tool step to your Tool" allow="clipboard-write; fullscreen" webkitAllowFullscreen="true" mozAllowFullscreen="true" allowFullscreen style={{ position:"absolute",top:0,left:0,width:"100%",height:"100%",border:"3px solid #5E43CE",borderRadius:"10px",objectFit:"cover" }} />
</div>

You can add the ‘Create Google Calendar Event’ Tool step to your Tool by:

1. Creating a new Tool, then searching for the ‘Create Google Calendar Event’ Tool step
2. Click ‘Expand’ to see the full Tool step
3. Select the Google account you would like to use.
4. Input the event title
5. Input the event description
6. Input the event start date and time <Tooltip tip="Example: 2025-07-23T10:00:00Z">(ISO 8601 format)</Tooltip>
7. Input the event end date and time <Tooltip tip="Example: 2025-07-23T11:00:00Z">(ISO 8601 format)</Tooltip>
8. Input the attendees email addresses in array format
   <Note>Example: `["john.doe@example.com", "jane.doe@example.com"]`</Note>
9. Select whether guests can modify the event
10. Click 'Run step' to test out the Tool

## Advanced settings

### Calendar to add event to

This is the calendar you want to add the event to. If you don't select a calendar, the event will be added to the primary calendar.

### Meeting Location

Can be a physical location or a link to a virtual meeting.

## Common errors

<AccordionGroup>
  <Accordion title="Incorrect start/end date and time format">
    The start and end date and time must be in ISO 8601 format.

    `EG: 2025-07-23T10:00:00Z`
  </Accordion>

  <Accordion title="Incorrect attendees email address format">
    Ensure that the attendees email addresses are valid and in array format.

    `EG: ["john.doe@example.com", "jane.doe@example.com"]`
  </Accordion>
</AccordionGroup>
