We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gmail shows 'Unknown Organizer' and Outlook shows blank value.
Used code as in example 1 described.
The text was updated successfully, but these errors were encountered:
Yeah, same here. Gmail shows "Unknown Organizer" if you use the sentBy, which results in the following line:
sentBy
ORGANIZER;CN=Firstname Lastname;SENT-BY=mailto:[email protected]:mai lto:[email protected]
This is the code:
$calendarOrganizer = new Organizer( emailAddress: new EmailAddress('[email protected]'), displayName: 'Firstname Lastname', sentBy: new EmailAddress('[email protected]') ); ...
Sorry, something went wrong.
No branches or pull requests
Gmail shows 'Unknown Organizer' and Outlook shows blank value.
Used code as in example 1 described.
The text was updated successfully, but these errors were encountered: