Class Exporter¶
Event Exporter.
Extends Component
Constants¶
EVENT_AFTER_BUILD_ICS¶
Methods¶
toIcs¶
Returns ICS file contents.
$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[] |