IcalBundle icon indicating copy to clipboard operation
IcalBundle copied to clipboard

Support for CN is missing for organizer

Open paddel10 opened this issue 4 years ago • 1 comments

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!

paddel10 avatar Jul 02 '21 13:07 paddel10

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.

BorisMorel avatar Jul 05 '21 05:07 BorisMorel