mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Add the tag when writing calendars (closes #658)
This commit is contained in:
parent
54aa8817e7
commit
d5b1cdcbf2
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ class Collection(object):
|
|||
Header("VERSION:%s" % self.version))
|
||||
items = items if items is not None else self.items
|
||||
|
||||
text = serialize(headers, items)
|
||||
text = serialize(self.tag, headers, items)
|
||||
self.save(text)
|
||||
|
||||
def set_mimetype(self, mimetype):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue