summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-06-18 15:25:06 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-06-18 15:25:45 +0300
commitb43ac49bdf855c80a0b518e8e3a01162a6e2b8f1 (patch)
tree16b95b0ba301d6655d19c5bcf0e154a89655688b
parent0708033e48d3c2e686d05d179f88d20e2a0b17d6 (diff)
mu4e.texi: remove duplicate iCalendar note
One is enough
-rw-r--r--mu4e/mu4e.texi37
1 files changed, 1 insertions, 36 deletions
diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi
index 4f1dc02..28fe1c8 100644
--- a/mu4e/mu4e.texi
+++ b/mu4e/mu4e.texi
@@ -2999,12 +2999,11 @@ with other tools.
* Org-mode links::Adding mu4e to your organized life
* Org-contacts::Hooking up with org-contacts
* BBDB::Hooking up with the Insidious Big Brother Database
-* iCalendar::Replying to iCal events
+* iCalendar::Enabling iCalendar invite processing
* Sauron::Getting new mail notifications with Sauron
* Speedbar::A special frame with your folders
* Dired:: Attaching files using @t{dired}
* Hydra:: Custom shortcut menus
-* iCalendar Integration:: Enabling iCalendar invite processing in mu4e
@end menu
@node Emacs default
@@ -3375,40 +3374,6 @@ With Hydra installed, we can add multi-character shortcuts, for instance:
Now, you can bind a convenient key to my-mu4e-bookmarks/body.
@end lisp
-@node iCalendar Integration
-@section iCalendar Integration
-
-By default, mu4e presents iCalendar invitations as .vcs file
-attachments. Experimental support is available to parse these
-attachments in order to add the expected ``Accept'', ``Reject'', ``Add
-to Calendar'' buttons. This requires using Gnus' article view, which is
-the default since @t{mu4e} version 1.6.
-
-The minimal setup is:
-
-@lisp
-(require 'mu4e-icalendar)
-(mu4e-icalendar-setup)
-@end lisp
-
-To add the event to a diary file of your choice:
-
-@lisp
-(setq mu4e-icalendar-diary-file "/path/to/your/diary")
-@end lisp
-
-To enable optional functionality to capture iCalendar events to your org files:
-
-@lisp
-(require 'org-agenda)
-(setq gnus-icalendar-org-capture-file "~/org/notes.org")
-(setq gnus-icalendar-org-capture-headline '("Calendar"))
-(gnus-icalendar-org-setup)
-@end lisp
-
-NOTE: both the capture file and the headline(s) inside must already
-exist.
-
@node Example configs
@appendix Example configs