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
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to