Updating the README to mention that it's possible to fetch a single event's details.

This commit is contained in:
Peter Evans 2013-12-22 13:48:00 +00:00
parent 16163f4ccb
commit 4a0e88a32d

View file

@ -109,6 +109,12 @@ Or, between a specific date range:
>>> api.calendar.events(from_dt, to_dt) >>> 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) ### File Storage (Ubiquity)
You can access documents stored in your iCloud account by using the `files` property's `dir` method: You can access documents stored in your iCloud account by using the `files` property's `dir` method: