Variable: diary-icalendar-status-regexp
diary-icalendar-status-regexp is a customizable variable defined in
diary-icalendar.el.gz.
Value
"^[[:space:]]+Status:[[:space:]]*\\(?1:\\(?:c\\(?:\\(?:ancell\\|o\\(?:mplet\\|nfirm\\)\\)ed\\)\\|draft\\|final\\|in-process\\|needs-action\\|tentative\\)\\)"
Documentation
Regular expression to match status of an event.
The status value should be matched by group 1. The default regexp matches statuses on lines like:
Status: S
where S can be any of:
tentative
confirmed
cancelled
needs-action
completed
in-process
draft
final
This variable was added, or its default value changed, in Emacs 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/diary-icalendar.el.gz