+``event`` causes the search to only return events. There are three kind of objects that can be saved to a calendar (but not all servers support all three) - events, journals and tasks (``VEVENT``, ``VJOURNAL`` and ``VTODO``). This is called Calendar Object Resources in the RFC (quite a mouthful! By now I often write "events" when in reality I mean "CalenderObjectResources objects, such as events or tasks", it's just easier). Without ``event=True`` explicitly set, in theory all the types should be returned - unfortunately many servers returns nothing. In future versions of CalDAV there will be workarounds so ``event=True`` can be safely skipped.
0 commit comments