[Development] [QtOrganizer] How to modify a range of recurrence items.

Renato Araujo renatox at gmail.com
Wed Apr 16 20:56:59 CEST 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20140416/fe85dbdf/attachment.html>


More information about the Development mailing list