You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"error": {
"code": "ErrorInvalidParameter",
"message": "This request requires a time window specified by the query string parameters StartDateTime and EndDateTime."
}
}
Can anyone help me with the same?
Thanks in Advance.
The text was updated successfully, but these errors were encountered:
What version of PnPjs library you are using
3.x (No longer supported)
Minor Version Number
3.15.0
Target environment
All
Additional environment details
Question/Request
Hello Everyone,
I created the SPFx react project and used the PnP library for that project.
I need to get data from the Outlook calendar.
I have tried the query below as suggested on the official PnP site.
const view4 = await graph.me.calendarView("2025-01-01", "2025-01-31")();
Please refer to the below link for the official site.
https://pnp.github.io/pnpjs/graph/calendars/#get-calendar-view
I have implemented the below code to get events for a specific span.
The above code has thrown me a below error.
Can anyone help me with the same?
Thanks in Advance.
The text was updated successfully, but these errors were encountered: