Feb 07 2020 12:41 AM
I have created SPFX Webpart which displays calendar events using Graph API. It is working in Chrome but not in IE11
Im getting error (in the attachment) in IE11 when trying to display upcoming events using Graph API in my spfx webpart:
SPFX Version: 1.9.1
im getting response null in IE11 but its working in chrome or Edge
Feb 07 2020 01:50 AM
@avinash1239 a null or undefined check at the specific error line should resolve the error. The browsers must be behaving differently with a specific object that you have.
Alternatively, if this related to a browser feature, check if you need to include a polyfill to make it compatible with IE.
Feb 09 2020 02:43 AM
@Joel Rodrigues I have done that , I am getting the same error.
Feb 09 2020 11:23 AM
@avinash1239 can you share the error details, not just the message, and also the line of code where that is happening (if it doesn't contain anything confidential)?
Feb 11 2020 07:47 AM - edited Feb 11 2020 07:48 AM
var currentDate = 'end/Datetime ge 2020-02-11T00:00:00.000'
Feb 11 2020 11:01 AM