Troubleshooting 403 Errors in Calendar V1

Last updated: November 18, 2024

403 Forbidden Errors

If you are receiving 403 Forbidden errors when making requests to the /api/v1/calendar/meetings/ endpoint, there are two potential causes:

  1. You are using the wrong calendar auth token for the user whose calendar you are trying to access.

  2. You are using an expired calendar auth token.

Ensure that you are using the correct, non-expired auth token for the user whose calendar you need to access. Auth tokens have an expiration period, so you will need to regularly refresh them.