WordPress Plugin for Guild Calendar

Hello everyone,

I would like to create a WordPress plugin for the guild calendar, allowing players to accept, decline, refuse, or mark themselves as tentative for invitations, such as raids and other events, even when they are not in-game.

I have already developed the plugin, but I am unable to access the provided API. I assume this is due to a restriction or an error on my part.

Could you help me or let me know if this is possible?

Thank you very much for your support.

You gotta be more specific as to which API you are trying to access.

One thing is for sure, there is no endpoint for the guild calendar.

The ultimate goal of the plugin in question is to interact exclusively with the guild calendar by logging in with one’s BattleTag and entering the character’s name.

Users will be able to confirm or decline their participation in guild events conveniently from any device, without needing to be in-game.

Too little information to properly help you.

Here are some information:

  • You’ll need to implement an OAuth2 authorization code flow in order to allow players to sign in with their battle.net account.
  • After this you can use their access_token to get a list of the account characters (in case you wanna make them pick one instead of having to type a name)

Now, if you are having a problem obtaining the token, it is impossible to help you if you don’t share a portion of the problematic code or at very least the specific error code you are receiving.

If you want, I can also post the code here, but my question remains the same:
Does the API key also allow access to the game’s calendar without being in-game? And can it approve or decline invitations? Like the WoW Companion app used to do.

From my previous answer:

No calendar endpoint at all, not for browsing, much less for accepting or declining. All endpoints in the API are read only, there are no endpoints that allow you to interact or modify any account/character stuff.