Skip to content

Commit

Permalink
Added url in event properties doc (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuya authored and albanqoku committed Sep 25, 2017
1 parent 3327533 commit 123c3de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ import RNCalendarEvents from 'react-native-calendar-events';
| recurrenceRule | Object | The events recurrence settings. |
| occurrenceDate (ios only)| Date (read-only) | The original occurrence date of an event if it is part of a recurring series. |
| isDetached (ios only)| Bool | Indicates whether an event is a detached instance of a repeating event. |
| url (ios only) | String | The url associated with the calendar event. |
| location | String | The location associated with the calendar event. |
| notes (ios only)| String | The notes associated with the calendar event. |
| description (android only)| String | The description associated with the calendar event. |
Expand Down

0 comments on commit 123c3de

Please sign in to comment.