POST - Create event using Smart Add
Purpose
This API is used to create a new event in a particular calendar using Smart Add.
Request URL
https://calendar.zoho.com/api/v1/smartadd
OAuth Scope
scope=ZohoCalendar.event.ALL
(or)
scope=ZohoCalendar.event.CREATE
ALL - Full access to events
CREATE - Creates an event
Request Parameters
Parameter | Type | Description |
---|---|---|
title* | string | Create an event using Smart Add by providing normal text in natural language. |
* - Mandatory parameter
Sample Request
Copiedhttp://calendar.zoho.com/api/v1/smartadd
Sample Response
Copied{
events: [
title :my friend birthday
uid : 5dca5b01f5974686bdbd83e6be2e1b39@zoho.com
etag :1476715187436
organizer :user@zylker.com
]
}