Chris Hodges
Chris Hodges
Hello: Can someone show me how to update a task. Right now here is what I'm doing: ```php $type_id = new \garethp\ews\API\Type\ItemIdType($this->external_id,$this->change_key); $task = $api->getItem($type_id); $bodyType = new \garethp\ews\API\Type\BodyType($this->description); $request...
I'm taking screenshots with the following simulator: iPad Retina - Simulator - iOS 7.1 And I'm noticing that all of the pictures are upside down. Any ideas? Thanks!
Hello: I've been reading a ton of the questions/answers and I still can't determine 100% whether I can login my user (by using their email/password) and request an access token...