We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e8b1c commit 302256bCopy full SHA for 302256b
src/Services/ActionManager.vala
@@ -145,6 +145,10 @@ public class Services.ActionManager : Object {
145
if (Services.Todoist.get_default ().is_logged_in ()) {
146
Services.Todoist.get_default ().sync_async ();
147
}
148
+
149
+ if (Services.CalDAV.get_default ().is_logged_in ()) {
150
+ Services.CalDAV.get_default ().sync_async ();
151
+ }
152
153
154
private void action_new_project () {
0 commit comments