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

Error "Access to OData is disabled" while creating calendar subscription for Amex #510

Copy link
Copy link
@mjinia

Description

@mjinia
Issue body actions

Hey there,
I'm one of the developers of Slack's Outlook calendar integration built with the Graph API. Amex is running into the following error when we try to register a webhook for their calendars. All other calendar operations such as delta queries, listing calendars, creating events, etc work fine. We do have the necessary oauth scopes that include "Calendars.Read", "Calendars.Read.Shared", "Calendars.ReadWrite", "Calendars.ReadWrite.Shared", "User.Read", "offline_access".

The clientId of Slack's app is "74c10fbb-017f-4f00-ba68-9d3804d8ad09" registered under the account "platform-integrations@slack.com" in Azure portal.

Please help resolve this issue.

Here is a sample error message -

Error code: ExtensionError
Error message: Operation: Create; Exception: [Status Code: Forbidden; Reason: Access to OData is disabled.]

POST https://graph.microsoft.com/v1.0/subscriptions
Accept: */*
Prefer: IdType=ImmutableId
SdkVersion: graph-java/v1.6.0
SdkVersion: graph-java/v1.6.0
Authorization: [REDACTED]


403 : Forbidden
Cache-Control: private
Content-Type: application/json
request-id: 25f33f36-cd6f-41bc-af91-87fe9fdadead
client-request-id: 25f33f36-cd6f-41bc-af91-87fe9fdadead
x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"East US","Slice":"SliceC","Ring":"5","ScaleUnit":"000","RoleInstance":"AGSFE_IN_73"}}
Strict-Transport-Security: max-age=31536000
Date: Mon, 21 Sep 2020 16:30:10 GMT
Content-Length: 360
{
  "error": {
    "code": "ExtensionError",
    "message": "Operation: Create; Exception: [Status Code: Forbidden; Reason: Access to OData is disabled.]",
    "innerError": {
      "date": "2020-09-21T16:30:11",
      "request-id": "25f33f36-cd6f-41bc-af91-87fe9fdadead",
      "client-request-id": "25f33f36-cd6f-41bc-af91-87fe9fdadead"
    }
  }
}
Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

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