We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce61043 commit c670f47Copy full SHA for c670f47
1 file changed
caldav/davobject.py
@@ -263,6 +263,7 @@ def get_properties(
263
* {proptag: value, ...}
264
265
"""
266
+ from .collection import Principal ## late import to avoid cyclic dependencies
267
rc = None
268
response = self._query_properties(props, depth)
269
if not parse_response_xml:
0 commit comments