Subject: | ORGANIZER field outputs as ORGANIZER:, not ORGANIZER; |
The property is defined by the following notation:
organizer = "ORGANIZER" orgparam ":"
cal-address CRLF
orgparam = *(
; the following are optional,
; but MUST NOT occur more than once
(";" cnparam) / (";" dirparam) / (";" sentbyparam) /
(";" languageparam) /
; the following is optional,
; and MAY occur more than once
(";" xparam)
)
orgparam begins with a ;, not a :, as documented by the spec. This
causes ICal files output from Data::ICal to be incorrect, and causes
apps that are strict on the standard to fail to parse the resulting
file.