[svn-commits] twilson: branch twilson/calendaring r158060 - /team/twilson/calendaring/configs/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Nov 20 11:36:15 CST 2008
Author: twilson
Date: Thu Nov 20 11:36:14 2008
New Revision: 158060
URL: http://svn.digium.com/view/asterisk?view=rev&rev=158060
Log:
Make a note that Google Calendar requires a trailing slash in the url
Modified:
team/twilson/calendaring/configs/calendar.conf.sample
Modified: team/twilson/calendaring/configs/calendar.conf.sample
URL: http://svn.digium.com/view/asterisk/team/twilson/calendaring/configs/calendar.conf.sample?view=diff&rev=158060&r1=158059&r2=158060
==============================================================================
--- team/twilson/calendaring/configs/calendar.conf.sample (original)
+++ team/twilson/calendaring/configs/calendar.conf.sample Thu Nov 20 11:36:14 2008
@@ -61,7 +61,7 @@
;[calendar3]
;type = caldav ; type of calendar--currently supported: ical, caldav, or exchange
-;url = https://www.google.com/calendar/dav/username@gmail.com/events/ ; Main GMail calendar
+;url = https://www.google.com/calendar/dav/username@gmail.com/events/ ; Main GMail calendar (the trailing slash is significant!)
;user = jdoe at gmail.com ; username
;secret = mysecret ; password
;refresh = 3600 ; refresh calendar every n seconds
More information about the svn-commits
mailing list