The Asterisk Calendaring API is provided by the res_calendar module. It aims to be a generic interface for integrating Asterisk with various calendaring technologies. The goal is to be able to support reading and writing of calendar events as well as allowing notification of pending events through the Asterisk dialplan.
There are three four calendaring modules that ship with Asterisk that provide support for iCalendar, CalDAV, and Microsoft Exchange Server calendars. All three the following calendaring servers.
Calendar Server Support | Module Name |
---|---|
iCalendar | res_calendar_icalendar.so |
CalDAV | res_calender_caldav.so |
Microsoft Exchange Server | res_calendar_exchange.so |
Microsoft Exchange Web Services | res_calendar_ews.so |
All four modules support event notification. Both CalDAV and Exchange support reading and writing calendars, while iCalendar is a read-only format.
You can see list all registered calendar types at the CLI with "calendar show types".
No Format |
---|
*CLI> calendar show types
Type Description
caldav CalDAV calendars
exchange MS Exchange calendars
ews MS Exchange Web Service calend
ical iCalendar .ics calendars |