calendar #2986
pythonpoet
started this conversation in
Ideas
calendar
#2986
Replies: 1 comment
-
|
sounds interesting! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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