http://bugzilla.moblin.org/show_bug.cgi?id=3009
--- Comment #38 from yongsheng zhu <[email protected]> 2009-08-05 19:05:17 --- (In reply to comment #35) > summary of date-time related issues (calendar): > > 1. synthesis seems not to process RRULE with below value(vCalendar1.0) > RRULE:YD1 97 20070405T160000Z The reason is that synthesis doesn't support day-of-year list. See code in rrules.cpp: 642 else if (c=='D') freqmod='Y'; // by day-of-year list %%% not supported -- 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
