From 883ace72f3ab5330474fcf67a9a1b5264fd638bb Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 27 Feb 2021 00:50:38 +0900 Subject: Add caldav settings --- .emacs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index b809601..df1ddbd 100644 --- a/.emacs +++ b/.emacs @@ -102,6 +102,18 @@ ;;; undo-tree-mode (global-undo-tree-mode t) +;;; icalendar +(setq org-icalendar-timezone "Asia/Tokyo") +(setq org-icalendar-alarm-time 5) +(setq org-icalendar-use-scheduled '(todo-start event-if-todo)) + +;;; org-caldav +(setq org-caldav-url "https://cloud.tojo.tokyo/remote.php/dav/calendars/masaya.tojo") +(setq org-caldav-calendar-id "personal") +(setq org-caldav-inbox "~/org/calendar.org") +(setq plstore-cache-passphrase-for-symmetric-encryption t) +(setq org-caldav-backup-file "~/calendar-bak.org") + ;;; Font (set-face-attribute 'default nil :height 110) -- cgit v1.2.3