Skip to content

Commit

Permalink
Merge pull request #216 from Commifreak/patch-1
Browse files Browse the repository at this point in the history
Add timezone wiki page
  • Loading branch information
Garethp authored Jun 30, 2021
2 parents 2803045 + a9d830d commit fccadcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The `API::fromUsernameAndPassword` static constructor takes four parameters:
* `$password`: The user's plain-text password.
* `$options`: (optional): A group of options to be passed in
* `$options['version']`: The version of the Exchange sever to connect to. Valid values can be found at `ExchangeWebServices::VERSION_*`. Defaults to Exchange 2010.
* `$options['timezone']`: A timezone to use for operations. This isn't a PHP Timezone, but a Timezone ID as defined by Exchange. Sorry, I don't have a list for them yet
* `$options['timezone']`: A timezone to use for operations. This isn't a PHP Timezone, but a Timezone ID as defined by Exchange. See https://github.com/Garethp/php-ews/wiki/Exchange-Timezones
* `$options['httpClient']`: If you want to inject your own GuzzleClient for the requests
* `$options['httpPlayback']`: See the Testing Section

Expand Down

0 comments on commit fccadcf

Please sign in to comment.