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
Version (e.g. 1.0, dev-master):
PHP version: 8.1
Microsoft Exchange version: 2013 (if i assume correctly)
Description of problem:
Trying to create CalendarItem event in exchange calendar with user-provided data.
Simple ones and with partisipants working fine. But when I try to add recurrence in those events - nothing works. Watched similar questions here and on stackoverflow - they seem outdated. Tried to implement them with v1.0 classes - didnt work
What am I doing wrong?
local.ERROR: The request is invalid. {"userId":11,"exception":"[object] (SoapFault(code: 0 faultcode: a:ErrorInvalidRequest detail: {\"ResponseCode\":\"ErrorInvalidRequest\",\"Message\":\"The request is invalid.\"}): The request is invalid. at /var/www/html/vendor/php-ews/php-ews/src/Client.php:1631)
Version (e.g. 1.0, dev-master):
PHP version: 8.1
Microsoft Exchange version: 2013 (if i assume correctly)
Description of problem:
Trying to create CalendarItem event in exchange calendar with user-provided data.
Simple ones and with partisipants working fine. But when I try to add recurrence in those events - nothing works. Watched similar questions here and on stackoverflow - they seem outdated. Tried to implement them with v1.0 classes - didnt work
What am I doing wrong?
Example request:
Tried daily and weekly recurrence.
Example response:
Daily option leads to
Weekly to response with:
Additional details:
The text was updated successfully, but these errors were encountered: