Skip to content

Commit

Permalink
Updating the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Garethp committed Jul 3, 2015
1 parent f4f4c83 commit f8fd8fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ $calendar = $api->getCalendar();
By default the Calendar API will try to use the default Calendar, but you can set it to use any Calendar of yours that you want: As such

```php
//Create the Calendar by name
$calendar = $api->getCalendar('Calendar Name');

//Chooses the default Calendar
$calendar->pickCalendar();
$calendar->getCalendarItems();
Expand Down

0 comments on commit f8fd8fe

Please sign in to comment.