From 4a0e88a32d8237200d51d1c055ee6712b628df6c Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 22 Dec 2013 13:48:00 +0000 Subject: [PATCH] Updating the README to mention that it's possible to fetch a single event's details. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4fd4b55..83687e6 100644 --- a/README.md +++ b/README.md @@ -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: