aboutsummaryrefslogtreecommitdiffstats
path: root/configs/calendar.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/calendar.conf.sample')
-rw-r--r--configs/calendar.conf.sample38
1 files changed, 28 insertions, 10 deletions
diff --git a/configs/calendar.conf.sample b/configs/calendar.conf.sample
index 5965a2ba7..359e4d9d6 100644
--- a/configs/calendar.conf.sample
+++ b/configs/calendar.conf.sample
@@ -1,5 +1,5 @@
;[calendar1]
-;type = ical ; type of calendar--currently supported: ical, caldav, or exchange
+;type = ical ; type of calendar--currently supported: ical, caldav, exchange, or ews
;url = https://example.com/home/jdoe/Calendar/ ; URL to shared calendar (Zimbra example)
;user = jdoe ; web username
;secret = supersecret ; web password
@@ -7,7 +7,7 @@
;timeframe = 60 ; number of minutes of calendar data to pull for each refresh period
; ; should always be >= refresh
;
-; You can set up res_icalendar to execute a call upon an upcoming busy status
+; You can set up res_calendar to execute a call upon an upcoming busy status
; The following fields are available from the ${CALENDAR_EVENT(<field>)} dialplan function:
;
; summary : The VEVENT Summary property or Exchange subject
@@ -34,11 +34,9 @@
;waittime = 30 ; How long to wait for an answer
;[calendar2]
-; Note: Exchange support has only been tested on Exchange Server 2003
-; Forms-based authentication is not supported at this time
-; Querying attendees is not supported with Exchange at this time
+; Note: Support for Exchange Server 2003
;
-;type = exchange ; type of calendar--currently supported: ical, caldav, or exchange
+;type = exchange ; type of calendar--currently supported: ical, caldav, exchange, or ews
;url = https://example.com/exchange/jdoe ; URL to MS Exchange OWA for user (usually includes exchange/user)
;user = jdoe ; Exchange username
;secret = mysecret ; Exchange password
@@ -46,7 +44,27 @@
;timeframe = 60 ; number of minutes of calendar data to pull for each refresh period
; ; should always be >= refresh
;
-; You can set up res_icalendar to execute a call upon an upcoming busy status
+; You can set up res_calendar to execute a call upon an upcoming busy status
+;autoreminder = 10 ; Override event-defined reminder before each busy status (in mins)
+;
+;channel = SIP/1234 ; Channel to dial
+;context = default ; Context to connect to on answer
+;extension = 1234 ; Extension to connect to on answer
+;
+; or
+;
+;[calendar3]
+; Note: Support for Exchange Server 2007+
+;
+;type = ews ; type of calendar--currently supported: ical, caldav, exchange, or ews
+;url = https://example.com/ews/Exchange.asmx ; URL to MS Exchange EWS
+;user = jdoe ; Exchange username
+;secret = mysecret ; Exchange password
+;refresh = 15 ; refresh calendar every n minutes
+;timeframe = 60 ; number of minutes of calendar data to pull for each refresh period
+; ; should always be >= refresh
+;
+; You can set up res_calendar to execute a call upon an upcoming busy status
;autoreminder = 10 ; Override event-defined reminder before each busy status (in mins)
;
;channel = SIP/1234 ; Channel to dial
@@ -60,8 +78,8 @@
;
;waittime = 30 ; How long to wait for an answer
-;[calendar3]
-;type = caldav ; type of calendar--currently supported: ical, caldav, or exchange
+;[calendar4]
+;type = caldav ; type of calendar--currently supported: ical, caldav, exchange, or ews
;url = https://www.google.com/calendar/dav/username@gmail.com/events/ ; Main GMail calendar (the trailing slash is significant!)
;user = jdoe@gmail.com ; username
;secret = mysecret ; password
@@ -69,7 +87,7 @@
;timeframe = 60 ; number of minutes of calendar data to pull for each refresh period
; ; should always be >= refresh
;
-; You can set up res_icalendar to execute a call upon an upcoming busy status
+; You can set up res_calendar to execute a call upon an upcoming busy status
;autoreminder = 10 ; Override event-defined reminder before each busy status (in mins)
;
;channel = SIP/1234 ; Channel to dial