Skip to content

Commit

Permalink
Fixed Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Casanovas committed Feb 28, 2019
1 parent 92d6d44 commit f618da7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion O365/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class CalendarColors(Enum):
Auto = 'auto'



class EventType(Enum):
SingleInstance = 'singleInstance' # a normal (non-recurring) event
Occurrence = 'occurrence' # all the other recurring events that is not the first one (seriesMaster)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ This section is explained using Microsoft Graph Protocol, almost the same applie
You can pass "protocol scopes" (like: "https://graph.microsoft.com/Calendars.ReadWrite") to the method or use "[scope helpers](https://github.com/O365/python-o365/blob/master/O365/connection.py#L33)" like ("message_all").
If you pass protocol scopes, then the `account` instance must be initialized with the same protocol used by the scopes. By using scope helpers you can abstract the protocol from the scopes and let this library work for you.
Finally, you can mix and match "protocol scopes" with "scope helpers".
Go to the [procotol section]((#protocols)) to know more about them.
Go to the [procotol section](#protocols) to know more about them.

For Example (following the previous permissions added):
```python
Expand Down

0 comments on commit f618da7

Please sign in to comment.