Fix the PROPFIND request management (list events and todos)

This commit is contained in:
Guillaume Ayoub
2010-09-28 16:32:47 +02:00
parent 040b125377
commit 076b6b60a4
2 changed files with 51 additions and 35 deletions

View File

@ -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