org-caldav
org-caldav copied to clipboard
Make org-caldav-uuid-extension configurable on a per server basis
In addition to my caldav-Server I want to use davmail to contact my companies exchange-server. Davmail uses *.EML as uuid-extension opposed to *.ics on the main server. As far as I understand org-caldav-uuid-extension is a general setting, so I can't use both machines at the same time.
If there is another way to achieve this - any hints appreciated.
Regards Hanns
You could probably define the setting inside org file or as dir local.
#+BEGIN_SRC emacs-lisp :exports none
<do work>
#+END_SRC