mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Use vobject
This commit is contained in:
parent
b495bfa59f
commit
73d39ea572
3 changed files with 42 additions and 54 deletions
|
@ -140,7 +140,6 @@ class Collection(ical.Collection):
|
|||
ical.Timezone, ical.Event, ical.Todo, ical.Journal, ical.Card)
|
||||
for name, component in self._parse(text, item_types).items():
|
||||
if not is_safe_filesystem_path_component(name):
|
||||
# TODO: Timezones with slashes can't be saved
|
||||
log.LOGGER.debug(
|
||||
"Can't tranlate name safely to filesystem, "
|
||||
"skipping component: %s", name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue