Three errors concerning the moto-sync handling of recurring events in the simple moto
format:
Simple one is a wrong call to getElementsByTagNames in exdate handling: That function
needs three arguments, not two.
When considering if an entry can be represented by a simple moto rule, any entry with a repeat_day field of 64 is rejected even though 64 is semantically equal to 0: Repeat on the weekday it started on.
This bug occurs when the input is in an explicit recursion form like:
DTSTAMP:20080404T125759Z
RRULE:FREQ=WEEKLY;BYDAY=WE
instead of
DTSTAMP:20080404T125759Z
RRULE:FREQ=WEEKLY
Patch is attached.