Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Do you need to provide auth to stop calendar channel? #3631

Unanswered
lorikku asked this question in Q&A
Discussion options

const calendar = gapi.calendar({ version: "v3" });

  await calendar.channels.stop({
    requestBody: {
      id: channelId,
      resourceId,
    },
  });

Or do I have to...

const calendar = gapi.calendar({ version: "v3", auth });

  await calendar.channels.stop({
    requestBody: {
      id: channelId,
      resourceId,
    },
  });

The problem is, I have a 'stray' channel that I don't know where it's coming from anymore, neither do I have the auth token to stop this channel (if it's required). Do I just ignore it forever or something?

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
type: question Request for information or clarification. Not an issue. size: s Pull request size is small.
1 participant
Converted from issue

This discussion was converted from issue #3627 on February 25, 2025 19:07.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.