Skip to content

Commit

Permalink
Remove incorrect example. Spanned events starting at a specific time …
Browse files Browse the repository at this point in the history
…aren't supported.
  • Loading branch information
packagethief committed Nov 1, 2012
1 parent af7c1c2 commit d001582
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions sections/calendar_events.md
Expand Up @@ -139,15 +139,6 @@ Examples:
}
```

```json
{
"summary": "My multi-day event starting at a specific time",
"description": "Details to follow",
"starts_at": "2012-03-28T11:50:00-05:00",
"ends_at": "2012-03-28T07:00:00-05:00"
}
```

This will return `201 Created`, with the URL of the new calendar_event in the `Location` header and a JSON representation of the event in the response body, if the creation was a success. If the dates are not in the proper format, you'll get a `400 Bad Request`.


Expand Down

0 comments on commit d001582

Please sign in to comment.