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

# Googlecalendar

Google Calendar is a time-management and scheduling calendar service developed by Google.

<Accordion title="Delete Event">
  Delete an event from a google calendar.
</Accordion>

<Accordion title="Duplicate Calendar">
  Action to duplicate a google calendar based on the provided summary. the duplicated calendar can be used similarly to manage other goals.
</Accordion>

<Accordion title="Quick Add Event">
  Create a new event in a google calendar based on a simple text string like 'appointment at somewhere on june 3rd 10am-10:25am' you can only give title and timeslot here. no recurring meetings and no attendee can be added here. this is not a preferred endpoint. only use this if no other endpoint is possible.
</Accordion>

<Accordion title="Patch Calendar">
  Action to update a google calendar based on the provided calendar id and other required and optional parameters. note that 'summary' is a mandatory parameter. use googlecalendar list calendars action to get the list of calendars and their ids.
</Accordion>

<Accordion title="Find Free Slots">
  Find free slots in a google calendar based on for a specific time period.
</Accordion>

<Accordion title="Find Event">
  Find events in a google calendar based on a search query.
</Accordion>

<Accordion title="Fetch Google Calendar">
  Action to fetch a calendar based on the provided calendar id.
</Accordion>

<Accordion title="Remove Attendee from Event">
  Remove an attendee from an existing event in a google calendar.
</Accordion>

<Accordion title="Create Event">
  Create a new event in a google calendar.
</Accordion>

<Accordion title="Update Google Event">
  Update an existing event in a google calendar.
</Accordion>

<Accordion title="Get Current Date and Time">
  Action to get the current date and time of a specified timezone, given its utc offset value.
</Accordion>

<Accordion title="List Google Calendars">
  Action to list all google calendars from the user's calendar list with pagination.
</Accordion>
