listCalendarEvents in the widget’s uses list before calling it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists calendar events visible to the signed-in Portal user.
listCalendarEvents in the widget’s uses list before calling it.
const events = await listCalendarEvents();
const listCalendarEvents: PortalFunction<readonly PortalCalendarEvent[]>