mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
parent
d6787892e8
commit
196f9c858a
1 changed files with 5 additions and 0 deletions
|
|
@ -23,9 +23,14 @@ IGNORE_PROPS = _process_properties(
|
|||
# X-RADICALE-NAME is used by radicale, because hrefs don't really exist in
|
||||
# their filesystem backend
|
||||
'X-RADICALE-NAME',
|
||||
# Apparently this is set by Horde?
|
||||
# https://github.com/untitaker/vdirsyncer/issues/318
|
||||
'X-WR-CALNAME',
|
||||
# REV is from the VCARD specification and is supposed to change when the
|
||||
# item does -- however, we can determine that ourselves
|
||||
# Same with LAST-MODIFIED
|
||||
'REV',
|
||||
'LAST-MODIFIED',
|
||||
# Added those because e.g. http://www.feiertage-oesterreich.at/ is
|
||||
# generating those randomly on every request.
|
||||
# Some iCalendar HTTP calendars (Google's read-only calendar links)
|
||||
|
|
|
|||
Loading…
Reference in a new issue