git.lucas.co / cce-calendar
calendar
git clone https://git.lucas.co/cce-calendar.git

cce-calendar-sync.service (410B)

 1 # One read-only CalDAV pass mirroring iCloud calendars into cce-calendar's
 2 # events.json (see src/bin/sync.rs). Driven by cce-calendar-sync.timer;
 3 # harmless to start by hand. Fails (locked keyring, no network, iCloud down)
 4 # exit nonzero and the timer simply tries again next tick.
 5 [Unit]
 6 Description=Mirror iCloud calendars into cce-calendar
 7 
 8 [Service]
 9 Type=oneshot
10 ExecStart=%h/.local/bin/cce-calendar-sync