jamesiarmes / php-ews

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

Create Category for event if not exists in Exchange #414

Open Gr33nLight opened 7 years ago

Gr33nLight commented 7 years ago

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

Description of problem: Hi I am trying to add a category to an event with php ews connector. When I try to do that, the category of the event in exchange is added but it says that the category is not in the main category so i can't change color etc.. Is there a way to achieve that? thanks

Example request:

Example response:

Additional details:

jamesiarmes commented 7 years ago

The main category list is stored on the user. There's a user/category-list for retrieving the list; using that and the user/update-configuration example should get you going in the right direction to add items to the category list.