Skip to product menu
Skip to main content

GET - Get event through search

Purpose

This API is used to get a particular event from a calendar through search.

Request URL

https://calendar.zoho.com/api/v1/calendars/<calendaruid>/search

OAuth Scope

scope=ZohoCalendar.search.ALL

(or)

scope=ZohoCalendar.search.READ

 

ALL - Full access to search

READ - Gets events through search

Request Parameters

ParameterTypeDescription
searchtext*stringSearch text which should be searched for in titles to retrieve the event details.
calendaruid*stringCalendar UID of the calendar in which the event details should be searched for.
start*stringStart "Date-Time" from which the events should be searched for and date format should be yyyyMMdd'T'HHmmss'Z'.
end*stringEnd "Date-Time" up to which the events should be searched for. (This should be within three months from the Start time) and date format should be yyyyMMdd'T'HHmmss'Z'.

* - Mandatory parameter

Sample Request

Copied

Sample Response

Copied