Skip to content
New issue

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

Support for CN is missing for organizer #48

Open
paddel10 opened this issue Jul 2, 2021 · 1 comment
Open

Support for CN is missing for organizer #48

paddel10 opened this issue Jul 2, 2021 · 1 comment

Comments

@paddel10
Copy link

paddel10 commented Jul 2, 2021

Version bomo/ical-bundle : v2.0.1

the method setOrganizer() currently only supports an email address:

$provider = $this->get('bomo_ical.ics_provider');
$event = $cal->newEvent();
$event->setOrganizer('[email protected]');

it would be nice to support a common name (CN) as well
$event->setOrganizer('[email protected]', 'Mr. Smith');

cheers!

@BorisMorel
Copy link
Owner

BorisMorel commented Jul 5, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants