2020-12-28 01:11:39 +00:00
|
|
|
# Kiwimix (calendar mixer)
|
|
|
|
|
|
|
|
Swiss knife for calendars
|
|
|
|
|
|
|
|
|
|
|
|
## Roadmap
|
|
|
|
|
|
|
|
Access to calendar (with credentials)
|
|
|
|
|
2021-05-08 23:18:30 +00:00
|
|
|
* :x: with hardcoded data :wink:
|
|
|
|
* :x: with data from config file with multiple calendars
|
2020-12-28 01:11:39 +00:00
|
|
|
|
|
|
|
Download calendar events locally
|
|
|
|
|
2021-05-08 23:18:30 +00:00
|
|
|
* :x: choose source calendar
|
|
|
|
* :x: as separate files ?
|
|
|
|
* :x: as an in-memory database ?
|
2020-12-28 01:11:39 +00:00
|
|
|
|
|
|
|
Upload calendar events remotely
|
|
|
|
|
2021-05-08 23:18:30 +00:00
|
|
|
* :x: choose target calendar
|
2020-12-28 01:11:39 +00:00
|
|
|
|
|
|
|
Merge events
|
|
|
|
|
2021-05-08 23:18:30 +00:00
|
|
|
* :x: merge overlapping events
|
|
|
|
* :x: keep (internal) reference to source-calendars/parent-events
|
|
|
|
* :x: anonymize events
|
2020-12-28 01:11:39 +00:00
|
|
|
|
|
|
|
Web I
|
|
|
|
|
2021-05-08 23:18:30 +00:00
|
|
|
* :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
|
2020-12-28 01:11:39 +00:00
|
|
|
|