Support for CN is missing for organizer
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!
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.