PostCalendarsMeRotate
Function: postCalendarsMeRotate()
postCalendarsMeRotate<
ThrowOnError>(options?):RequestResult<PostCalendarsMeRotateResponses,PostCalendarsMeRotateErrors,ThrowOnError>
Defined in: api/sdk.gen.ts:255
Regenerates the personal iCalendar feed URL of the currently authenticated member. The RotateOwnFeedUrl endpoint immediately invalidates the previous URL and returns a freshly generated one, which is the only way for a member to revoke a feed URL that has been shared or leaked. Any calendar application still subscribed to the previous URL will start receiving a 404 and must be pointed at the new URL.
Type Parameters
ThrowOnError
ThrowOnError *extends* boolean = false
Parameters
options?
Options<PostCalendarsMeRotateData, ThrowOnError, unknown>
Returns
RequestResult<PostCalendarsMeRotateResponses, PostCalendarsMeRotateErrors, ThrowOnError>