You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetching the events from Google Calendar is rather slow. This is especially true when there are many calendars: for each calendar, an HTTP request is made. Typically 4-5 seconds pass before the events pop up in my GNOME Shell calendar.
At the moment we update the list of events in the following cases:
When the month requested is not in the cache
When the calendar requests a refresh by force_reload=True, which seems to be whenever the calendar is opened by the user.
Suggestions:
Pre-fetch events from a few months before and after the current date.
Ignore force_reload and instead employ a time-based refresh, e.g. every 10 minutes.
The text was updated successfully, but these errors were encountered:
Fetching the events from Google Calendar is rather slow. This is especially true when there are many calendars: for each calendar, an HTTP request is made. Typically 4-5 seconds pass before the events pop up in my GNOME Shell calendar.
At the moment we update the list of events in the following cases:
Suggestions:
The text was updated successfully, but these errors were encountered: