-
Notifications
You must be signed in to change notification settings - Fork 97
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
Edit a single occurence of a recurrent event #379
Comments
No, editing a single instance is more trivial than deleting a single instance. As for now there is no explicit way of doing it in the caldav library (arguably it's outside the scope of the caldav library since this is more in the icalendar layer than the caldav layer - but usability beats purity, so I would be willing to accept a pull request on that if it's done in a good way). I think the best way to do this is to use |
I tried to do this with Nextcloud calendar but when I save the single occurence I edited, it deletes the recurrence event and keeps only the single ocurrence. Here is the code I used
|
I should write up some test code for this and see how different servers behave. Unfortunately I can't promise that I will have time for it anytime soon. |
Sure, I understand. Thank you for your quick answer. |
I came to think on some things ...
I leave this open, because ... probably, this is the only correct way to edit recurring instances, and if so, then the library should do that work. I will have to write tests and run it towards different servers and investigate. Lots of work - and fairly low priority from my side, but if nothing else I think I have a plan for how to deal with it. |
Thanks a lot for the explanations ! I will try this solution. |
It worked !
|
Right, I made a mistake in the post above, of course there should be no underscore in |
Is it possible to edit a single occurrence of a recurrent event ? I couldn't find a solution.
I guess this is linked to the issue #35.
The text was updated successfully, but these errors were encountered: