calendar #2986
Replies: 2 comments
-
|
sounds interesting! |
Beta Was this translation helpful? Give feedback.
-
|
As you said, many people in the community ask for calendar, so it is obviously interesting. Thanks for posting it. To get more feedback, you might want to invest a bit more into useful documentation how to make it running with a average OpenCloud, what people can expect, and what your plans are with it moving forward and the like. About Radicale: It has served us very well so far and we're grateful for it. It is maintained, it gets releases, bugs are triaged actively. That is important. Starting over to re-implement it in go can be done, but also for the reasons above, we do not have a priority on it currently. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
There has been a lot of people asking of a web calendar in opencloud. Calendar is supported through the integration of radicale which also doesn't ship a web calendar. Furthermore, radicale doesn't incorperate features like oauth which make it a limited option in my case.
Anyways, i was successful in writing a module with the https://github.com/svar-widgets/calendar library.
Here is my code: https://github.com/taalbubbl/nix-files/tree/main/pkgs/svar-calendar
and the nix config: https://github.com/taalbubbl/nix-files/blob/main/modules/svar-calendar.nix
Is that useful?
Regarding packaging it i'm somewhat questioning weather its the right approach to do it with radicale as the configuration is a bit of a pain.
There seem to be extensive libraries for webdav in go, https://pkg.go.dev/github.com/emersion/go-webdav/caldav
Are there any plans to do a more integrated approach into opencloud instead of relying on radicale?
This is how it looks like on my machine:

Beta Was this translation helpful? Give feedback.
All reactions