Skip to main content

sessionToCalendarEvent()

const sessionToCalendarEvent: (session) => CalendarEvent;

Converts a SessionResponse to a CalendarEvent for calendar libraries

Parameters

ParameterTypeDescription
sessionSessionResponseThe session to convert

Returns

CalendarEvent

CalendarEvent with start, end, and title properties