-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support defining exceptions for recurrence rules #53
Comments
Work has not started, yet, no. Feel free to fire away. You would need to listen to calendar change events. If the changed event is a recurring one then you need to bring up the dialog you posted. Based on the response you have to update the model accordingly, e.g. modify the RRULE string to include the exception for the dragged item. |
Thanks for the update! I'll look into it, although I can't say how much time I can spare in the coming weeks. |
I am trying to get some progress on this for weeks but there are a few things I need help with:
Sample event (Changed the recurrence of 2019-10-19):
|
Has there been any progress on this in the meantime? I totally forgot to follow up on this. |
Not really. Some months ago, I played around a bit (mwkroening/CalendarFX/recurrence-exceptions), but was not able to progress any further as explained in my last comment. This is required for a long time side project of mine, which I infrequently work on. Since it is not anywhere near completion, this issue is not time crucial for me. |
Any update? |
No, sorry. I did not work on the side project or this issue for that matter in the meantime, and I am not sure, if I ever will, to be honest. |
"There is currently no support for defining exceptions for recurrence rules. In most calendar applications, when the user edits a recurrent entry, the user will be asked whether he wants to change just this one recurrence or the whole series. This feature is currently not supported but will be in one of the next releases." (CalendarFX manual - Known Issues)
This issue is meant to track any progress on this. I think that, without this feature, this library is nearly unusable for many use cases (including mine).
Dialog of GNOME Calendar 3.32.2, when pressing apply after editing a recurring event for reference:
![gnome-calendar-edit-recurring](https://user-images.githubusercontent.com/28776973/62429896-55038100-b715-11e9-8f28-9afb6b016257.png)
Has work on this started already? How can I help?
The text was updated successfully, but these errors were encountered: