Function: icalendar-match-tzoffsetto-property

icalendar-match-tzoffsetto-property is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-match-tzoffsetto-property LIMIT)

Documentation

Matcher for icalendar-tzoffsetto property.

(Defined by icalendar-define-property.)

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:tzoffsetto "TZOFFSETTO"
  "Time Zone Offset (in this observance).

This property specifies the time zone offset that is in use *in*
this time zone observance.  It is used to calculate the absolute
time at which a new observance takes place.  It is a required
property of `icalendar-standard' and `icalendar-daylight'
components.  Positive numbers indicate time east of the prime
meridian (ahead of UTC).  Negative numbers indicate time west of
the prime meridian (behind UTC)."
  ical:utc-offset
  :child-spec (:zero-or-more (ical:otherparam))
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.3.4")