mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Fix the PROPFIND request management (list events and todos)
This commit is contained in:
parent
040b125377
commit
076b6b60a4
2 changed files with 51 additions and 35 deletions
|
@ -131,6 +131,8 @@ class Timezone(Item):
|
|||
|
||||
class Calendar(object):
|
||||
"""Internal calendar class."""
|
||||
tag = "VCALENDAR"
|
||||
|
||||
def __init__(self, path):
|
||||
"""Initialize the calendar with ``cal`` and ``user`` parameters."""
|
||||
# TODO: Use properties from the calendar configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue