jamesiarmes / php-ews

PHP Exchange Web Services
http://jamesarmes.com/php-ews/
MIT License
566 stars 304 forks source link

how to add new user calendar event #529

Open BiSiGaN opened 5 years ago

BiSiGaN commented 5 years ago

Version (e.g. 1.0, dev-master): PHP version: 7.0 Microsoft Exchange version: 2013

Description of problem: i'm new in ews so i dont understand how to create new user calendar event without sending meeting invitation

Example request:

$request = new CreateItemType();
$request->SendMeetingInvitations = CalendarItemCreateOrDeleteOperationType::SEND_ONLY_TO_ALL;
$request->Items = new NonEmptyArrayOfAllItemsType();

Example response:

Additional details: