-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[CalDAV-Personal] Make the calendar update even if the event is 'before now' #5819
Conversation
I was the one opening #5744 If you guys need information or people for testing, please let me know. |
@cweitkamp, I think this may also fix your issue #5567. |
Yes, of course. Code looks good. I will setup a test for it. |
@9037568 I sure it is not related to your changes but did you ever face such a
|
Reminder for myself: "Use the search function first!" ... We talked about it a long time ago: #5389 (comment) |
Unfortunately this fix did not change anything for my problem.
|
@cweitkamp: What exactly is your problem? Is it identical to my issue #5744? How can we proceed with the fix (which seems to fix the problem of @MathiasMoog and me) |
@Tobster77 My problem is a little bit different. I do not use the binding to set a Switch item to ON/OFF but use the ACTIVE/UPCOMING feature to track down my waste schedule. Those events begin and end at the wrong time (see #5567 for details). |
Okay, so it looks like the mistake ( logic in the eventBegins() ) is both in the codes that care for the Switch AND in the code that handles the events. Maybe this was implemented using copy/paste, and thus has to be corrected in two places? Is there a chance you confirm the review and initiate the pull process? Or will you resolve both issues before you allow to publish the new version? |
Thanks, everyone. |
Thanks a lot. So how will this be published? It will automatically be part of the snaptshot builds and part of the next regular milestone build, right? |
Change the logic in the eventBegins() method so that the update goes out even if the event is "before now".
It's not clear why this check ever existed, anyway.
Looks like this fixes #5744.