dengste / org-caldav

Caldav sync for Emacs orgmode
GNU General Public License v3.0
724 stars 105 forks source link

Make org-caldav-uuid-extension configurable on a per server basis #214

Open hannsmattes opened 4 years ago

hannsmattes commented 4 years ago

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

Thaodan commented 2 years ago

You could probably define the setting inside org file or as dir local.

Thaodan commented 2 years ago
#+BEGIN_SRC emacs-lisp :exports none
<do work>
#+END_SRC