Comment 2 for bug 1371341

Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote : Re: after a while recurring alarms stop to work

18<charles> http://doc-snapshot.qt-project.org/qt-mobility/qorganizerrecurrencerule.html#limitCount
18<charles> int QOrganizerRecurrenceRule::limitCount () const
18<charles> Returns the "count" condition specified by the recurrence rule. The default count is -1 (ie. * unlimited)
18<charles> so we have a semantics difference between QOrganizer and libical here
18<charles> or rather, with EDS
18<charles> EDS sees 0 as unlimited, QOrganizer sees -1 as unlimited
18<charles> I don't understand how this has worked in the past though
18<charles> we've had recurring alarms work before