You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,Added to roadmap.Thanks
-------- Original message --------From: paddel10 ***@***.***> Date: 7/2/21 15:28 (GMT+01:00) To: BorisMorel/IcalBundle ***@***.***> Cc: Subscribed ***@***.***> Subject: [BorisMorel/IcalBundle] Support for CN is missing for organizer (#48)
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();
***@***.***');
it would be nice to support a common name (CN) as well
***@***.***', 'Mr. Smith');
cheers!
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.
Version bomo/ical-bundle : v2.0.1
the method setOrganizer() currently only supports an email address:
it would be nice to support a common name (CN) as well
$event->setOrganizer('[email protected]', 'Mr. Smith');
cheers!
The text was updated successfully, but these errors were encountered: