Variable: icalendar-recurring-start-year
icalendar-recurring-start-year is a customizable variable defined in
icalendar.el.gz.
Value
2005
Documentation
Start year for recurring events.
Some calendar browsers only propagate recurring events for several years beyond the start time. Set this string to a year just before the start of your personal calendar.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar.el.gz
(defcustom icalendar-recurring-start-year
2005
"Start year for recurring events.
Some calendar browsers only propagate recurring events for
several years beyond the start time. Set this string to a year
just before the start of your personal calendar."
:type 'integer
:group 'icalendar)