LoadCalendarUrl

Function: loadCalendarUrl()

[object Object]

Defined in: components/Calendar/PersonalCalendarTile/PersonalCalendarTile.handlers.tsx:15

Fetches the authenticated member's personal calendar feed URL.

The URL is only ever requested for the member themselves; it contains a secret that grants read access to their enrollments, which is why it is not exposed through any other member endpoint.

Parameters

setUrl

(url) => void

State setter receiving the feed URL.

setLoading

(loading) => void

Callback toggling the loading state.

Returns

Promise<void>

On this page