Updating the README to mention that it's possible to fetch a single event's details.
This commit is contained in:
parent
16163f4ccb
commit
4a0e88a32d
1 changed files with 6 additions and 0 deletions
|
@ -109,6 +109,12 @@ Or, between a specific date range:
|
|||
>>> api.calendar.events(from_dt, to_dt)
|
||||
```
|
||||
|
||||
Alternatively, you may fetch a single event's details, like so:
|
||||
|
||||
```
|
||||
>>> api.calendar.get_event_detail('CALENDAR', 'EVENT_ID')
|
||||
```
|
||||
|
||||
### File Storage (Ubiquity)
|
||||
|
||||
You can access documents stored in your iCloud account by using the `files` property's `dir` method:
|
||||
|
|
Loading…
Reference in a new issue