You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix for #209
GMX server was sending some extra parameters in the XML. Those parameters are actually included in example code in the RFC, so we should accept it silently.
#508
ifitem[0].lower().endswith("version") anditem[1] in ("2", "2.0"):
367
+
continue
356
368
log.error(
357
-
f"If you see this, please add a report at https://github.com/python-caldav/caldav/issues/209 - in _expand_simple_prop, dealing with {proptag}, extra items found: {xmlstring(prop_xml)}."
369
+
f"If you see this, please add a report at https://github.com/python-caldav/caldav/issues/209 - in _expand_simple_prop, dealing with {proptag}, extra item found: {'='.join(item)}."
0 commit comments