🔴 Concept | Swiss knife for ical & caldav calendars
Go to file
2020-12-28 02:14:44 +01:00
cmd/kiwimix Add structure for code 2020-12-28 02:12:19 +01:00
pkg/kiwimix Add structure for code 2020-12-28 02:12:19 +01:00
Makefile Change project name in Makefile 2020-12-28 02:14:44 +01:00
README.md Initial import 2020-12-28 02:11:39 +01:00

Kiwimix (calendar mixer)

Swiss knife for calendars

Roadmap

Access to calendar (with credentials)

  • with hardcoded data 😉
  • with data from config file with multiple calendars

Download calendar events locally

  • choose source calendar
  • as separate files ?
  • as an in-memory database ?

Upload calendar events remotely

  • choose target calendar

Merge events

  • merge overlapping events
  • keep (internal) reference to source-calendars/parent-events
  • anonymize events

Web I

  • split into library + CLI util
  • write an API for the lib
  • add a web frontend
  • add user management & multi-account