Skip to content

Support for CN is missing for organizer #48

@paddel10

Description

@paddel10

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions