iCal icon indicating copy to clipboard operation
iCal copied to clipboard

Organizer with Sent-By is invalid

Open micheh opened this issue 1 year ago • 1 comments

Currently, the organizer field seems to be wrong when using the sent-by parameter.

According to RFC 5545: The individual calendar address parameter values MUST each be specified in a quoted-string.

Example: ORGANIZER;SENT-BY="mailto:[email protected]":mailto:[email protected]

However, the library generates the value without the quotes: ORGANIZER;SENT-BY=mailto:[email protected]:mailto:[email protected]

The email client interprets the mail as [email protected]:mailto:[email protected] (which means neither the sent-by nor the original email is used, but an invalid combination of both).

micheh avatar Oct 11 '24 10:10 micheh

I guess this duplicates https://github.com/markuspoerschke/iCal/issues/501

siggidiel avatar Oct 11 '24 16:10 siggidiel