mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add CREATED to ignored properties
This commit is contained in:
parent
9a4dbef3a9
commit
214ec10826
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ IGNORE_PROPS = _process_properties(
|
|||
# Same with LAST-MODIFIED
|
||||
'REV',
|
||||
'LAST-MODIFIED',
|
||||
'CREATED',
|
||||
# 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