GetCalendarsMe
Function: getCalendarsMe()
getCalendarsMe<
ThrowOnError>(options?):RequestResult<GetCalendarsMeResponses,GetCalendarsMeErrors,ThrowOnError>
Defined in: api/sdk.gen.ts:242
Retrieves the personal iCalendar feed URL of the currently authenticated member. The GetOwnFeedUrl endpoint allows the frontend to present the member with the URL they can subscribe to from their own calendar application. The URL contains a secret, so it is only ever returned to the member it belongs to and is deliberately not exposed through any other member endpoint, keeping the number of places the secret can leak from as small as possible.
Type Parameters
ThrowOnError
ThrowOnError *extends* boolean = false
Parameters
options?
Options<GetCalendarsMeData, ThrowOnError, unknown>
Returns
RequestResult<GetCalendarsMeResponses, GetCalendarsMeErrors, ThrowOnError>