Function: icalendar-match-last-modified-property
icalendar-match-last-modified-property is a byte-compiled function
defined in icalendar-parser.el.gz.
Signature
(icalendar-match-last-modified-property LIMIT)
Documentation
Matcher for icalendar-last-modified property.
(Defined by icalendar-define-property.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:last-modified "LAST-MODIFIED"
"Last Modified timestamp.
This property specifies when the data in an `icalendar-vevent',
`icalendar-vtodo', `icalendar-vjournal', or `icalendar-vtimezone'
was last modified in the calendar database."
ical:date-time
:child-spec (:zero-or-more (ical:otherparam))
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.7.3")