Hi
After reading few documents/googling created following calendar.conf
[mycal]
type=caldav ; calendar type
url=https://www.google.com/calendar/dav/myname%40gmail.com/user
user=myname@gmail.com ; login name
secret=MyPaSsWd123
refresh=15
timeframe=60
channel=SIP/0000FFFF0001
app=Playback
appdata=this-is-yr-wakeup-call
cli is not showing any Calendar
calendar show calendars
Calendar Type Status
But with same URL and username, passwd, Mac ical (application) can connecte/read/write google calendar
the asterisk log shows as follows for calendar integration
[Apr 18 19:33:30] VERBOSE[2927] config.c: == Parsing ‘/etc/asterisk/calendar.conf’: [Apr 18 19:33:30] VERBOSE[2927] config.c: == Found
[Apr 18 19:33:30] VERBOSE[2927] pbx.c: == Registered custom function ‘CALENDAR_BUSY’
[Apr 18 19:33:30] VERBOSE[2927] pbx.c: == Registered custom function ‘CALENDAR_EVENT’
[Apr 18 19:33:30] VERBOSE[2927] pbx.c: == Registered custom function ‘CALENDAR_QUERY’
[Apr 18 19:33:30] VERBOSE[2927] pbx.c: == Registered custom function ‘CALENDAR_QUERY_RESULT’
[Apr 18 19:33:30] VERBOSE[2927] pbx.c: == Registered custom function ‘CALENDAR_WRITE’
[Apr 18 19:33:30] VERBOSE[2927] loader.c: res_calendar.so => (Asterisk Calendar integration)
dialplan try to write to Calendar got following error message
[Apr 18 20:04:14] WARNING[16371] res_calendar.c: Couldn’t find calendar ‘mycal’
Please let me know where I am gone wrong.
Thanks in advance
Thambi