From 75bd856f502be927229daf7eb4410ec802765d59 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Thu, 18 Jun 2020 22:51:44 +0200 Subject: [PATCH] ical: Add instructions to add events to a diary file --- mu4e/mu4e-icalendar.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mu4e/mu4e-icalendar.el b/mu4e/mu4e-icalendar.el index 169ada31..4d93ac94 100644 --- a/mu4e/mu4e-icalendar.el +++ b/mu4e/mu4e-icalendar.el @@ -30,6 +30,12 @@ ;; Optional ;; (setq mu4e-icalendar-trash-after-reply t) +;; To add the event to a diary file of your choice: +;; (setq mu4e-icalendar-diary-file "/path/to/your/diary") +;; If the file specified is not your main diary file, add +;; #include "/path/to/your/diary" +;; to you main diary file to display the events. + ;; To enable optional iCalendar->Org sync functionality ;; NOTE: both the capture file and the headline(s) inside must already exist ;; (require 'org-agenda)