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
fix: normalize datetime format for Graph API event creation
Graph API requires dateTime without timezone offset when timeZone field
is set. Added parseFlexibleDateTime helper that accepts multiple input
formats (RFC3339, ISO, date+space+time) and strips the offset.
Fixes HTTP 400 'unable to deserialize' on cal create.
0 commit comments