Variable: diary-icalendar-recurring-start-year
diary-icalendar-recurring-start-year is a customizable variable
defined in diary-icalendar.el.gz.
Value
2025
Documentation
Start year for recurring events.
Set this to a year just before the start of your personal calendar. It is needed when exporting certain diary S-expressions to iCalendar recurring events, and because some calendar browsers only propagate recurring events for several years beyond the start time.
This variable was added, or its default value changed, in Emacs 31.1.
Aliases
icalendar-recurring-start-year (obsolete since 31.1)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/diary-icalendar.el.gz
(defcustom di:recurring-start-year
(1- (decoded-time-year (decode-time)))
"Start year for recurring events.
Set this to a year just before the start of your personal calendar.
It is needed when exporting certain diary S-expressions to iCalendar
recurring events, and because some calendar browsers only propagate
recurring events for several years beyond the start time."
:version "31.1"
:type 'integer)