-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix range with resource_ids. #171
Conversation
Hi, could you create a Pr against the issue-75 branch? that one has the tests in it that need passing. Looking at the code, we cannot replace the core but somehow need to use one of the modifications when it is time. |
Thanks! I merge it and check ... |
Hi Nicco, I'm not familiar with github, sorry for don't reply at time. Seems my code is removed from master, but current master code not handle the issue, could you explain to me why you remove it? Thanks so much for your work. Regards, Jabier. |
Hi Nicco.
If you not know, and as far I see, a event with recurrence-id with
"range" datetime must:
* Match a day with a recurrence and start at same time. need to be
reseduled when original UID change DTSTART time or the rrrule skip the
overrided date.
* Think also the new recurrence created with the same UID need to start
at the day of the range datetime.
* Range changes is always for all events and couldent add "only to
mondays" for example because EVENTS with recurrence-id not have rrule.
This is to work OK not sure if spec define as it.
Thanks in advance for work on!
El lun, 09-09-2024 a las 12:19 -0700, Nicco Kunzmann escribió:
Thanks! I merge it and check ...
—
Reply to this email directly, view it on GitHub [1], or unsubscribe
[2].
You are receiving this because you authored the thread.Message ID:
<niccokunzmann/python-recurring-ical-
***@***.***>
|
Hello, thanks for coming back to this! I removed the code from the master branch after merge because of
The code did not fix the tests however it was a good place to put it.
I then removed it again because it did not solve the issue. |
Hi Nicco, thanks for review.
As far I know if the range value (datetime) is == first recurrence to
change date + initial event time (as far i know is the spec) it works
as spected. I put in other mail the same extended with other spec
constrains.
Regards, Jabier
|
Hi, let's discuss this in the issue, so it is all together in one place. |
Fixes #75