Skip to content

Class Exporter

Event Exporter.

Extends Component

Constants

EVENT_AFTER_BUILD_ICS

See AfterBuildIcsEvent

Methods

toIcs

Returns ICS file contents.

public toIcs(ElementInterface|ElementInterface[] $elements): string
$elements ElementInterface|ElementInterface[]
return string

toMultipleIcs

Returns ICS file contents for each calendar event.

public toMultipleIcs(ElementInterface|ElementInterface[] $elements, ?IcsMethod $method = null, User|User[]|string|string[] $attendees = []): string[]
$elements ElementInterface|ElementInterface[]
$method ?IcsMethod
$attendees User|User[]|string|string[] Array of users or in the format: [email => name].
return string[]