http://bugzilla.moblin.org/show_bug.cgi?id=3009
--- Comment #39 from yongsheng zhu <[email protected]> 2009-08-05 19:57:51 --- > 3. synthesis seems not to convert RRULE(ical2.0) to RRULE (vcal1.0) > RRULE:FREQ=MONTHLY;UNTIL=20060606T173000Z The reason is that rrule has no freq mode(BY***) in this value. And no freqmode causes conversion from internal structure to RRULE(vcal1.0) failure. I look through the spec of ical2.0 and don't find any clue to declare 'BY***' is mandatory or optional. For this issue, I'll first add workaround for this. RRULE:FREQ=MONTHLY;BYMONTHDAY=6;UNTIL=20060606T173000Z -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
