Overview
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 four calendaring modules that ship with Asterisk that provide support for 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 ExchangeWeb 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".