From 7c0ea9d5f663281ac4cd298e3ea9be23a97ec218 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 26 Nov 2025 00:12:03 -0600 Subject: [PATCH] README: update --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index da9541d..b631b01 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,13 @@ systemctl --user enable --now vdirsyncer.timer # verify if it works (look for vdirsyncer.timer): systemctl --user list-timers ``` + +### Vdirsync Manual Interventions +Inside this directory, `.secrets` folder must be filled with the following: +* school-sched_ics +* school-task_ics +* vdirsyncer_secret +```bash +vdirsyncer discover +vdirsyncer sync +```