Replies: 2 comments
-
|
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
-
(To be completed)
Strangely I cannot find something up to date for either:
I propose:
First, write a leave_to_caldav module which will write to a caldav server (nextcloud, radicale, ...) (unidirectional)
Each time an event is created or modified:
Everything will have to be asynchronous so as not to suffer any repercussions in odoo.
Needs:
In odoo:
In nextcloud (our use case, as an example):
In a second step, if useful, we can imagine pushing/synchronizing (bidirectional) files, contacts, ...
To do this, ensure that the code is sufficiently generic from the start
Your opinions, needs, warnings, tips, ... are welcome
THANKS !
Beta Was this translation helpful? Give feedback.
All reactions