Skip to product menu
Skip to main content

GET - Get event details

Purpose

This API is used to get the event details of a specific event in the user's calendar.

Request URL

https://calendar.zoho.com/api/v1/calendars/<CALENDAR_UID>/events/<EVENT_UID>

OAuth Scope

scope=ZohoCalendar.event.ALL

(or)

scope=ZohoCalendar.event.READ

A​LL - Full access to events

READ - Get events

Request Parameters

  • recurrenceid string
    • This parameter is to retrieve the specific instance of a recurring event.
    • It is formattted in ICS format as:
      • 'yyyyMMdd'T'hhmmss'Z'' for normal events.
      • 'yyyyMMdd' for all-day events.
    • This parameter can be retrieved from Get event by instance API.
    • This parameter is mandatory for break instances only.

Sample Request

Copied

Sample Response

Copied

Show full

Show less