We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c61c6fb + d61b23d commit d572678Copy full SHA for d572678
docs/examples/outlook.rst
@@ -1,4 +1,4 @@
1
-Outlook Calender OAuth 2 Tutorial
+Outlook Calendar OAuth 2 Tutorial
2
==========================
3
4
Create a new web application client in the `Microsoft Application Registration Portal`_
@@ -32,6 +32,6 @@ a callback URL then you can try out the command line interactive example below.
32
>>> # Fetch the access token
33
>>> token = outlook.fetch_token(token_url,client_secret=client_secret,authorization_response=redirect_response)
34
35
- >>> # Fetch a protected resource, i.e. calender information
+ >>> # Fetch a protected resource, i.e. calendar information
36
>>> o = outlook.get('https://outlook.office.com/api/v1.0/me/calendars')
37
>>> print o.content
0 commit comments