The purpose of this API is to update an event in a Zoho Connect network.
Request URL: | https://connect.zoho.com/pulse/api/updateEvent |
OAuth Scope: | zohopulse.events.UPDATE |
Request Method: | POST |
Threshold: | 25 requests per user/minute. |
Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
Name | Description | Required |
scopeID | Network in which the event to be updated is in. Can be taken from the network list API. | Required |
streamId | Stream ID to be updated. Can be taken from the response to create event API. | Required |
title | Event title. Maximum character limit is 250. | Required |
desc | Event description. Maximum character limit is 1000. | Optional |
location | Event location. Maximum character limit is 250. | Optional |
fields | Upload files using upload Files API and then return the file IDs. The user can add up to 10 files to an event. Multiple file IDs should be separated by a comma. | Optional |
startYear | Start year for the event. ex) 2019 | Required |
startMonth | Start month for the event. ex) 08 | Required |
startDate | Start date for the event. ex) 21 | Required |
startHour | Start time for the event in hours. Should be specified in the 24hr format ex) 20 | Required |
startMin | Start time for the event in minutes. ex) 18 | Required |
endYear | End year for the event. ex) 2019 | Required |
endMonth | End month for the event. ex) 08 | Required |
endDate | End date for the event. ex) 21 | Required |
endHour | End time for the event in hours. Should be specified in the 24hr time format ex) 20 | Required |
endMin | End minute for the event. ex) 18 | Required |
allDay | Set this as true if you want the event as an all-day event and false if you don't. | Optional |
intervalDay | Event reminder interval in days {0,1,2,7} | Optional |
intervalMinute | Event reminder interval in minutes {5,15,30,60,120} | Optional |
intervalHour | Event reminder interval in hours {0 - 23} | Optional |
invitedMembers | Members to be invited to the event. Separate multiple members by a comma. | Optional |
invitedGroups | Groups to be invited to the event. Separate multiple groups by a comma. | Optional |
deleteMemInvitees | Removed invitees. Multiple names should be separated by a comma. | Optional |
deleteGrpInvitees | Removed groups that are invited. Multiple groups should be separated by a comma. | Optional |
Sample URL
Copied
Sample Response
Copied
Show full
Show less