Post by f***@gmail.comHi Bruno,
I've been under the impression that the only CalDAV "thing" Lightning
can configure is an individual calendar. At present, I am unaware of
any properties in caldav-sched associated with a calendar which would
tell you where the associated scheduling-outbox is. Are there any
such properties?
Alternatively, is there a way, similar to ical.App of configuring
Lightning to pickup the whole CalDAV infrastructure, for instance by
specifying the principal URL (or perhaps the calendar-home-set)?
Regards,
Gren.
_______________________________________________
dev-apps-calendar mailing list
https://lists.mozilla.org/listinfo/dev-apps-calendar
Hi Gren--
If the server advertises in its OPTIONS response that it supports
caldav-sched, Lightning queries the server for the location of in- and
out-boxes. You can see what the query looks like at:
http://mxr.mozilla.org/mozilla1.8/source/calendar/providers/caldav/calDavCalendar.js#1474
though I expect this part of the code to be rewritten before too
terribly long. At any rate, there's no client-side configuration to be done.
We don't currently have a way to pick up the whole infrastructure, but
the beginnings of such a thing are under discussion at:
https://bugzilla.mozilla.org/show_bug.cgi?id=306495
That's just talking about configuring Lightning to use a CalDAV
particular calendar collection, but the backend code that will be needed
to make it work will involve REPORTing the principal-url and
calendar-home-set and collecting pretty much the same data that iCal does.
Hope this helps.
Regards,
bb