mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Work around quirk in Fastmail
They seem to sort the parameters in an RRULE in a specific order, so just use that by default to avoid any mismatch.
This commit is contained in:
parent
cf1d082628
commit
1081a15895
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ class StorageTests:
|
||||||
BEGIN:VEVENT
|
BEGIN:VEVENT
|
||||||
DTSTART;TZID=UTC:20140128T083000Z
|
DTSTART;TZID=UTC:20140128T083000Z
|
||||||
DTEND;TZID=UTC:20140128T100000Z
|
DTEND;TZID=UTC:20140128T100000Z
|
||||||
RRULE:FREQ=WEEKLY;UNTIL=20141208T213000Z;BYDAY=TU
|
RRULE:FREQ=WEEKLY;BYDAY=TU;UNTIL=20141208T213000Z
|
||||||
DTSTAMP:20140327T060506Z
|
DTSTAMP:20140327T060506Z
|
||||||
UID:{uid}
|
UID:{uid}
|
||||||
CREATED:20131216T033331Z
|
CREATED:20131216T033331Z
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue