microsoftgraph / microsoftgraph/msgraph-sdk-php

500 Internal Server Error with BookingAppointment

Open
#964 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

need more information service bug
Dominant language
PHP
Stars
669
Forks
150
Avg merge
15h 21m
Merged PRs (30d)
3

Description

Facing an error when trying me fetch BookingAppoinments

/solutions/bookingBusinesses/{id}/calendarView?start=2022-08-09T10:00:00+05:30&end=2022-08-16T17:00:00+05:30

When calling same API with Graph Explore its working

but with SDK throwing error

HTTP/1.1 500 Internal Server Error
Cache-Control: no-cache
Transfer-Encoding: chunked
Content-Type: application/json
Strict-Transport-Security: max-age=31536000
request-id: 5bf6cbe3-c74c-47ff-98cb-2feee2a6fca4
client-request-id: 5bf6cbe3-c74c-47ff-98cb-2feee2a6fca4

{"error":{"code":"","message":"An error has occurred.","innerError":{"date":"2022-08-09T17:29:37","request-id":"5bf6cbe3-c74c-47ff-98cb-2feee2a6fca4","client-request-id":"5bf6cbe3-c74c-47ff-98cb-2feee2a6fca4"}}}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the BookingAppointment calendarView request at the stated Microsoft Graph endpoint and compare the SDK request with the working Graph Explorer request. Inspect the request details and the returned 500 response, then document the difference or a confirmed minimal reproduction so the SDK or service behavior can be addressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
api
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.