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

Konstantin Ritt ritt.ks at gmail.com
Thu Apr 17 07:56:47 CEST 2014


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 <renatox at gmail.com>:

> 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 at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20140417/4ce705d7/attachment.html>


More information about the Development mailing list