-
Notifications
You must be signed in to change notification settings - Fork 19
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
Recurring all-day events are not showed today #89
Comments
I am having this same issue. I have to enable one day old events to see them, and they are showing as "old/past due"...even though the date is today's date. This is frustrating, as I'm stuck seeing ACTUAL old events as well, which I do not want to see. Is this project still being worked? Is this something that will be resolved? Thank you for your time
|
As I said in my first message is with recurring events only. For example: If I have an annual recurring event for today (a birthday for example) I could see it yesterday but not today. Here you have my "events and settings for debugging": { |
Thank you @jmcortesmartinez So it looks like the problem is not in displaying and filtering of the list of events, but in their querying from Android Calendar provider. This worked for years, so strange that something changed... In order to make sure that our widget queries today's events, I can actually query for one more day of events than necessary, and filter out unneeded in the widget... will do this and let you check! |
Maybe this captures will help you, despite being in spanish: 1.- This is a capture of my Google Calendar widget showing birthdays in March 2.- And this is a capture of my TodoAgenda widget As you can see today is the birthday of Luis but I can't see it in the TodoAgenda widget. Thank you very much for you time, |
Yes, @jmcortesmartinez , I see this on my device (I corrected my previous post, wrong names were there for March 12...) |
@jmcortesmartinez In order to fix the problem please try this: Today's recurring events should appear. ?! |
@jmcortesmartinez @ls5454ss I made a fix and posted v.4.5.0 here: #3 |
Sorry, the v.4.5.0 closes instantly when opened. I have installed it from Files with the apk. I have a Pixel 3a with Android 12 |
@yvolk I'm not sure if I'm doing anything wrong here, but, the new version doesn't seem to be working at all. I had to uninstall 4.4 to get 4.5 to install (said there was a conflict when trying to upgrade). I was able to install the new version, but when trying to customize the widget, it crashed. Now when I try to click the "blank" widget, the app immediately crashes. Unsure if it's something on my end or not. Uninstalling/reinstalling does not seem to work, nor does restarting the phone. Reinstalling 4.4 seems to work. I'm on a Pixel 6 Pro if that helps. Android 12. Thanks for your assistance |
@ls5454ss Thank you for checking. |
It works! Thank you very much for your time and your work. Impressive. |
@yvolk it seems to work so far - thank you! I'll let you know via this thread if I see any more issues in regards to these events not showing. Thank you so much for your time! :: edit :: The second random issue I see, which MAY have been seen in a previous version, is that some of my EXTREMELY old recurring events (some could even be 10 years old...) are shown as a "darker gray". Screenshot attached comparing a very old version of the widget to this latest version. Latest version is on the top. I honestly don't mind just re-creating those very old recurring events if needed...but just thought I would let you know. Again - thank you for your time and talents :) |
Yes, this is a new bug. Will fix it now. |
Thank you for your time, @yvolk - much appreciated! |
This issue / feature may be related to the recent change "Implement strikethrough and partial transparency for event status" see #82. In a case that new feature works not as intended, please create a separate issue for it. |
@ls5454ss @jmcortesmartinez Thank you for your feedback! |
Hi @yvolk - sorry to be the bearer of bad news, but something is still not right. The day is not over yet ~7:00pm, and my event is now not showing in the widget. Any idea what could be wrong, with the widget thinking the event is already done, even though the day isn't over? Two screenshots shown - one of the actual event, one of the widget VS a Google Calendar widget. |
@ls5454ss Q2. Please in "Event filters" allow "Show past events: Ended today" - do you see the Today's All day event? Is it shown as Today in the widget? Q3. Please in "Event filters" allow "Show past events: Ended yesterday" - do you see the Today's All day event? Is it shown as Today in the widget? Q4. When you DO see that All day event (in some settings, enabling past events...), please in "Feedback and Backup" -> "Share events and settings for debugging" and send that JSON text to me, so I could look at that event. Note: I'm starting to suspect that for that (new, recurring...) events our widget doesn't recognize the event as an All day event! It may think that the event starts and ends at 12 AM UTC !!! Please check. |
Hi @yvolk Q1: I am not sure. I've been using a VERY old version of this, considering when I tried the latest version (before we started talking) it didn't work either. I'd have to install version 4.4.0 and test to answer this question. If you'd like me to, I will, and compare between 4.4.0 and 4.5.2. I do recall, even on my very old version, that SOME all day recurring events would show initially, and remove before the end of the day. I say this, because I usually "pay my bills" at the end of the day, and missed a few because they weren't showing when I looked at the widget. Note: Your "note" does make sense. I tried messing around in the settings last night, thinking the same thing - but didn't really see anything that would help, other than trying to mess with the time zone on my phone (which I didn't get to try). Q2. I can try this later tonight, when my event goes away. I have one recurring event (all day) and I created a new one (all day, recurring) as well. Stay tuned. Q3. Same as Q2 - stay tuned. Q4. Sure thing - will do. Thank you again for your time! |
Hello again, @yvolk Q2 - "Event filters" allow "Show past events: Ended today" - this made the events show up. Q4 - file attached, compressed - setting changed to showing past events, ended today. Couldn't attach a JSON Thanks again for your time! ::edit:: re-uploaded |
@ls5454ss Thank you for the info. After my investigations and attempts to reproduce the problem I think that the only problem is in the start date/time of the query, which I corrected (by one day) once. |
@yvolk - thank you again for your time. Will install now and provide feedback soon :) |
@yvolk I think whatever you changed seems to be working now. I didn't have any issues with the all day events, and they seemed to clear ~ midnight now. I'll keep you posted if I see any more issues with this. Thank you again for your time, and have a great rest of the weekend! |
If you have a recurring all-day event you can see it all the others days except today.
It does not affect whether the event is new or old.
I have detected this issue in the last few days. Before it worked properly.
Thank you for your work!
The text was updated successfully, but these errors were encountered: