Why? Is there any sense in modifying a generated recurrence item? AFAIK, you should work on that generated recurrence item's parent and modify it's recurrence rules instead. Am I missing something?
Regards, Konstantin 2014-04-16 21:56 GMT+03:00 Renato Araujo <[email protected]>: > Hi guys, > > > I am working in a qtorganizer plugin[1] for EDS, it is almost done, I > still have some missing features to implement but is already usable for > most common use cases. > > But what I facing now is the lack of API to update recurrence events, I > would like to have a way to say to QOrganizerItemSaveRequest that I want to > update only one item, all items, prior items or future items. (the same for > QOrganizerItemRemoveRequest). > > What I have in mind is something similar as QOrganizerItemFetchHint but > for update with values that can be used by the engine implementation. > > Something like: > > QOrganizerItemModifyHint { > ... > > enum ModifyRecurrenceHint { > All, > OnlyThis, > PriorItems, > FuterItems > }; > ... > } > > What do you think about that? Do we have a solution for that already? > > Thanks > Renato > > [1] https://code.launchpad.net/~phablet-team/qtorganizer5-eds/trunk > > > > > > Renato Araujo Oliveira Filho > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development > >
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
