Skip to main content

GET - Get Group Calendar list

Purpose

To get the list of all group calendars.

Request URL

https://calendar.zoho.com/api/v1/groups

OAuth Scope

scope=ZohoCalendar.group.ALL

(or)

scope=ZohoCalendar.group.READ

 

ALL - Full access to groups/group calendars

READ - Gets group calendars

Sample Request

Copiedhttp://calendar.zoho.com/api/v1/groups

Sample Response

Copied{
 "groups": [
 {
 "name": "Cal-group",
 "entityid": "pgroup-698094515"
 },
 {
 "name": "Marketing-Group",
 "entityid": "pgroup-644997956"
 },
 {
 "name": "Calendar Sync",
 "entityid": "pgroup-680436339"
 }
 ]
}