Open timrasche opened 1 year ago
Yeah, same here. Gmail shows "Unknown Organizer" if you use the sentBy
, which results in the following line:
ORGANIZER;CN=Firstname Lastname;SENT-BY=mailto:noreply@example.com:mai
lto:firstname.lastname@example.com
This is the code:
$calendarOrganizer = new Organizer(
emailAddress: new EmailAddress('firstname.lastname@example.com'),
displayName: 'Firstname Lastname',
sentBy: new EmailAddress('noreply@example.com')
);
...
Gmail shows 'Unknown Organizer' and Outlook shows blank value.
Used code as in example 1 described.