GET - Get calendar settings
Purpose
This API is used to get the calendar settings of the user.
Request URL
https://calendar.zoho.com/api/v1/settings
OAuth Scope
scope=ZohoCalendar.settings.ALL
(or)
scope=ZohoCalendar.settings.READ
ALL - Full access to calendar settings
READ - Gets calendar settings
Sample Request
Copiedhttp://calendar.zoho.com/api/v1/settings
Sample Response
Copied{
"settings": [
{
"guest_perm": 1,
"notifyemail": "user@domain.com",
"hourstart": 9,
"timezone": "Asia/Kolkata",
"listview": false,
"fontsize": "medium",
"nonworkinghours_busy": false,
"time_grid": 1,
"workweek_end": 5,
"emailformat": "html",
"theme": "black_cobaltblue",
"default_view": "week",
"workweek_start": 1,
"show_weekno": true,
"show_workhour": false,
"allow_groupinvite": "allow",
"event_duration": 1,
"timezone_change": true,
"timeformat": "1:00 pm",
"new_version": 1,
"hourend": 18,
"remindernotify": "on",
"display_deniedevents": false,
"layout": 0,
"show_allevents": false,
"weekstart": 0,
"agendanotify": "off",
"allow_eventinvite": "allow",
"dateformat": "dd/MM/yyyy"
}
]
}
Show full
Show less