Function: icalendar-make-daylight
icalendar-make-daylight is a macro defined in icalendar-ast.el.gz.
Signature
(icalendar-make-daylight &rest TEMPLATES)
Documentation
Construct an iCalendar DAYLIGHT node from TEMPLATES.
See icalendar-make-node-from-templates for the format of TEMPLATES.
See icalendar-daylight for the permissible child types.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-ast.el.gz
(defmacro ical:make-daylight (&rest templates)
"Construct an iCalendar DAYLIGHT node from TEMPLATES.
See `icalendar-make-node-from-templates' for the format of TEMPLATES.
See `icalendar-daylight' for the permissible child types."
`(ical:make-node-from-templates ical:daylight ,@templates))