Skip to content

calendar-server: Remove delay before event emission

Sebastian Keller requested to merge skeller/gnome-shell:no-calendar-delay into master

The timeout seems to have been carried over from the old code that relied on gnome-shell calling 'GetEvents' after every 'Changed' signal where it was used to throttle the signal. In the new code where calendar-server is sending the changes themselves via signals this is no longer necessary and actually causes a delay when switching between months.

Fixes #2992 (closed)

Merge request reports