mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
# X-RADICALE-NAME is used by radicale, because hrefs don't really exist in
|
||||||
# their filesystem backend
|
# their filesystem backend
|
||||||
'X-RADICALE-NAME',
|
'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
|
# REV is from the VCARD specification and is supposed to change when the
|
||||||
# item does -- however, we can determine that ourselves
|
# item does -- however, we can determine that ourselves
|
||||||
|
# Same with LAST-MODIFIED
|
||||||
'REV',
|
'REV',
|
||||||
|
'LAST-MODIFIED',
|
||||||
# Added those because e.g. http://www.feiertage-oesterreich.at/ is
|
# Added those because e.g. http://www.feiertage-oesterreich.at/ is
|
||||||
# generating those randomly on every request.
|
# generating those randomly on every request.
|
||||||
# Some iCalendar HTTP calendars (Google's read-only calendar links)
|
# Some iCalendar HTTP calendars (Google's read-only calendar links)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue