GET - Get event list through search
Purpose
This API is used to get the list of events 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
Sample Request
Copiedhttp://calendar.zoho.com/api/v1/calendars/l9WWZCf_SJWcr3uIuBOq5g==/search
Sample Response
Copied{
"search": [
{
"uid": "a3abe218c5d34042afb7c884fcbcb682@zoho.com",
"timezone": "Asia/Calcutta",
"isallday": false,
"caluid": "l9WWZCf_SJWcr3uIuBOq5g==",
"title": "New Event",
"type": 0,
"dateandtime": {
"timezone": "Asia/Calcutta",
"start": "20170826T083000+0530",
"end": "20170826T090000+0530"
}
}
]
}