Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jan 2, 2016
1 parent f31f26e commit aa61187
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If you want a quickstart, [clone our demo app](https://github.com/EddyVerbruggen
function(error) {
console.log("Error creating an Event: " + error);
}
);
)
```

If you want an 'all day event', make sure you set the dates to midnight like this:
Expand Down Expand Up @@ -101,7 +101,7 @@ If you want an 'all day event', make sure you set the dates to midnight like thi
function(error) {
console.log("Error finding Events: " + error);
}
);
)
```

The returned 'events' object is an array of JSON events with these properties:
Expand Down Expand Up @@ -143,7 +143,7 @@ Usage is largely the same as findEvents, only the result is a bit different ;)
function(error) {
console.log("Error deleting Events: " + error);
}
);
)
```

### listCalendars
Expand All @@ -156,5 +156,5 @@ Usage is largely the same as findEvents, only the result is a bit different ;)
function(error) {
console.log("Error while listing Calendars: " + error);
}
);
```
)
```

0 comments on commit aa61187

Please sign in to comment.