Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robinparisi authored Aug 11, 2017
1 parent 7948824 commit 6849dcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,8 @@ calendar.startEditMode(1, (timestamp, column) => {
```javascript
calendar.startLockedMode();
```

### Remove event with id 1
```javascript
calendar.removeEvent(1);
```

0 comments on commit 6849dcc

Please sign in to comment.