> ## 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.

# Get Google Calendar Event Details

> The Get Google Calendar Event Details tool step allows you to get the details of a specific event in your Google Calendar

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

<div style={{ width:"100%",position:"relative","padding-top":"56.75%",paddingTop:"81%" }}>
  <iframe src="https://app.supademo.com/embed/cmdmm53mi2ekw1c4ch3m7agq4?embed_v=2" frameBorder="0" title="Add the Get Google Calendar Event Details 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" }} />
</div>

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

1. Creating a new Tool, then searching for the ‘Get Google Calendar Event Details’ 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 ID
   <Note>To get the event ID, you can use a tool like [Get Events from Google Calendar](/build/tools/tool-steps/google-calendar/get-events-from-google-calendar).</Note>
5. Click 'Run step' to test out the Tool

## Advanced settings

### Google Calendar ID

Input the calendar ID of the calendar you want to get the event details for. If nothing is selected the primary calendar will be used.
<Note>To get your calendar ID, open the settings of the calendar you want to use, then go to “Integrate calendar” and copy the Calendar ID.</Note>

## Frequently asked questions (FAQs)

<AccordionGroup>
  <Accordion title="How do I get the event ID?">
    You can use the [Get Events from Google Calendar](/build/tools/tool-steps/google-calendar/get-events-from-google-calendar) tool step to get the event ID.
  </Accordion>

  <Accordion title="How do I get the calendar ID?">
    To get your calendar ID, open the settings of the calendar you want to use, then go to “Integrate calendar” and copy the Calendar ID.
  </Accordion>

  <Accordion title="What details can I get from an event?">
    You can get the event name, description, start and end times, attendees, location, and meeting links.
  </Accordion>
</AccordionGroup>
