Skip to content

Commit 302256b

Browse files
committed
Feat: add manual caldav manual sync
1 parent c3e8b1c commit 302256b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Services/ActionManager.vala

+4
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ public class Services.ActionManager : Object {
145145
if (Services.Todoist.get_default ().is_logged_in ()) {
146146
Services.Todoist.get_default ().sync_async ();
147147
}
148+
149+
if (Services.CalDAV.get_default ().is_logged_in ()) {
150+
Services.CalDAV.get_default ().sync_async ();
151+
}
148152
}
149153

150154
private void action_new_project () {

0 commit comments

Comments
 (0)