This is just a note on a helpful command to create a CalDAV calendar on Apple's calendarserver:
curl -X MKCALENDAR -u <username>:<password> https://caldav.fladi.at/calendars/users/<username>/newcalendar/
Mozilla Lightning lacks the functionality to create new calendars, so this is a somewhat geekish workaround.
Add a comment