Skip to content

Commit da8d4cf

Browse files
committed
bugfix
1 parent f9425e5 commit da8d4cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

caldav/compatibility_hints.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ class FeatureSet:
152152
"description": "Time-range searches should only return events/todos that actually fall within the requested time range. Some servers incorrectly return recurring events whose recurrences fall outside (after) the search interval, or events with no recurrences in the requested time range at all. RFC4791 section 9.9 specifies that a VEVENT component overlaps a time range if the condition (start < search_end AND end > search_start) is true.",
153153
"links": ["https://datatracker.ietf.org/doc/html/rfc4791#section-9.9"],
154154
},
155-
"search.time-range.todo": {"description": "basic time range searches for tasks works"},
155+
"search.time-range.todo": {"description": "basic time range searches for tasks works", "default": {"support": "full"}},
156156
"search.time-range.todo.old-dates": {"description": "time range searches for tasks with old dates (e.g. year 2000) work - some servers enforce a min-date-time restriction"},
157-
"search.time-range.event": {"description": "basic time range searches for event works"},
157+
"search.time-range.event": {"description": "basic time range searches for event works", "default": {"support": "full"}},
158158
"search.time-range.event.old-dates": {"description": "time range searches for events with old dates (e.g. year 2000) work - some servers enforce a min-date-time restriction"},
159159
"search.time-range.journal": {"description": "basic time range searches for journal works"},
160160
"search.time-range.alarm": {"description": "Time range searches for alarms work. The server supports searching for events based on when their alarms trigger, as specified in RFC4791 section 9.9"},

0 commit comments

Comments
 (0)