Roundcube CalDAV to ICalendar (.ics)
-
Hello!
I have a webhotel instance with CPanel (admin:
myadmin
). It has an email account ([email protected]
) with two calendars (myinternal
andmyexternal
) in Roundcube which publishes the two calendars using the CalDAV protocol. My goal is to have read-only Icalendar URLS to those calendars.In CPanel’s Calendars and contacts I have the following URLs
- server URL: https://mail.mycompany.com:2080
- alternative server URL: https://mail.mycompany.com:2080/principals/__uids__/<UID>/
- direct CalDAV URL: https://mail.mycompany.com:2080/calendars/__uids__/<UID>/calendar
From Roundcube itself I can get an URL
Which of those URLs should I use? Since I want the calendars of the user
myuser
I suppose that I should use that user’s crendentials in the plugin settings.I can get an Icalendar URL
https://mycompany.com/wp-content/uploads/calendar/myinternal.ics
but there are no events in it. The logcron.log
contains besides the used URL a warning: “WARNING: no valid Ical Data found in Server Response !”Pointers appreciated
- The topic ‘Roundcube CalDAV to ICalendar (.ics)’ is closed to new replies.