Skip to content

Commit

Permalink
Merge pull request #319 from mbanerjeepalmer/patch-1
Browse files Browse the repository at this point in the history
'Calender' -> 'Calendar' typo
  • Loading branch information
singingwolfboy committed Jul 18, 2018
2 parents c61c6fb + d61b23d commit d572678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/outlook.rst
@@ -1,4 +1,4 @@
Outlook Calender OAuth 2 Tutorial
Outlook Calendar OAuth 2 Tutorial
==========================

Create a new web application client in the `Microsoft Application Registration Portal`_
Expand Down Expand Up @@ -32,6 +32,6 @@ a callback URL then you can try out the command line interactive example below.
>>> # Fetch the access token
>>> token = outlook.fetch_token(token_url,client_secret=client_secret,authorization_response=redirect_response)
>>> # Fetch a protected resource, i.e. calender information
>>> # Fetch a protected resource, i.e. calendar information
>>> o = outlook.get('https://outlook.office.com/api/v1.0/me/calendars')
>>> print o.content

0 comments on commit d572678

Please sign in to comment.