thunderbird / appointment

Invite others to grab times on your calendar. Choose a date. Make appointments as easy as it gets.
https://appointment.day
Mozilla Public License 2.0
213 stars 8 forks source link

Button to force a sync of your calendar, or show when it was last synced? #660

Open malini opened 1 month ago

malini commented 1 month ago

Is your feature request related to a problem? Please describe. I just removed a bunch of stuff from my calendar to make time for someone to book me, but it's not immediately showing up in apmt.day.

Describe the solution you'd like I waited a few minutes for it to sync, but it would be nice to see a "last synced on

I know I can do it in Settings, but it would be nice to have it on the Dashboard page, since that's where I'd look first as a user.

MelissaAutumn commented 1 month ago

Ah this is because of redis which holds data for 15 minutes or until someone tries to book an event with you.

This is a pretty easy fix, just need to clear that cache. Alternatively https://github.com/thunderbird/appointment/issues/662 might fix the issue if it's much faster to pull from.