Sztorm / NoteCalendar

A simple note calendar app for Android.
MIT License
21 stars 4 forks source link

Support for Caldav, local offline calendar #6

Open Lumerina opened 1 year ago

Lumerina commented 1 year ago

I really love Note Calendar especially the way it looks, but It'd be nice if there was Caldav and offline calendar support. This way I wouldn't have to worry about switching between calendar apps

Sztorm commented 1 year ago

Thanks for your suggestion, I was thinking on some sort of backup solution and Caldav seems to be the most common one for calendar apps, but I need some time to figure up how to implement it for my app.

Lumerina commented 1 year ago

Soooo, have you been able to figure out how to implement it 😊

Sztorm commented 1 year ago

CalDAV support is too big of a task for now, but I did some research and implementing iCalendar format to store data could be much easier to grasp and hopefully apps that support CalDAV do also support loading iCal files, I still need to dig and learn how it works. I'm sorry but I can't guarantee to get it working in the near future.