From 24e8eaba0111a3a66ce851b7c8dd297c170c4dff Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 9 May 2021 01:18:30 +0200 Subject: [PATCH] doc: add a new step to roadmap --- README.md | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7e358d3..a21f32b 100644 --- a/README.md +++ b/README.md @@ -7,29 +7,38 @@ Swiss knife for calendars Access to calendar (with credentials) - * :x: with hardcoded data :wink: - * :x: with data from config file with multiple calendars +* :x: with hardcoded data :wink: +* :x: with data from config file with multiple calendars Download calendar events locally - * :x: choose source calendar - * :x: as separate files ? - * :x: as an in-memory database ? +* :x: choose source calendar +* :x: as separate files ? +* :x: as an in-memory database ? Upload calendar events remotely - * :x: choose target calendar +* :x: choose target calendar Merge events - * :x: merge overlapping events - * :x: keep (internal) reference to source-calendars/parent-events - * :x: anonymize events +* :x: merge overlapping events +* :x: keep (internal) reference to source-calendars/parent-events +* :x: anonymize events Web I - * :x: split into library + CLI util - * :x: write an API for the lib - * :x: add a web frontend - * :x: add user management & multi-account +* :x: split into library + CLI util +* :x: write an API for the lib +* :x: add a web frontend +* :x: add user management & multi-account + +Serve calendar locally + +* :x: provide caldav urls for generated calendars + + +## References + +* https://github.com/samedi/caldav-go