Overview
Get calendar events as iCal
Request
GET /Calendar/getICalData
Request Arguments
| Name |
Type |
Description |
|
key
|
string
|
The publish key
|
|
calendarConfigurationUID
|
string
|
The UID where calendars configurations are stored in the database
|
Response
The response will be a string containing the events in iCals format.
Request Example
{
calendarConfigurationUID: "546fcdb6-f11d-11eb-83b3-0242ac140004"
key: "c056558a-e941-11eb-basa-0242ac140005"
}
Response Example
BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
X-WR-CALNAME: Administrator (SugarCRM)
PRODID:-//SugarCRM//SugarCRM Calendar//EN
BEGIN:VTIMEZONE
TZID:UTC
X-LIC-LOCATION:UTC
END:VTIMEZONE
CALSCALE:GREGORIAN
BEGIN:VEVENT
SUMMARY:c 8
DTSTART;TZID=UTC:20210801T210000
DTEND;TZID=UTC:20210804T210000
DTSTAMP:20210730T100300Z
DESCRIPTION:c 8
URL;VALUE=URI:http://172.18.0.6/sugar/ent/sugarcrm/#Calls/0039195c-edee-11e
b-86eb-0242ac140005
UID:748d88a6-f11d-11eb-8ce4-0242ac140005
END:VEVENT
DTSTAMP:20210730T100300Z
END:VCALENDAR
Change Log
| Version |
Change |
|
v11_14
|
Added /Calendar/getICalData GET endpoint.
|