diff --git a/modules/default/calendar/README.md b/modules/default/calendar/README.md
index 046e91e7..b272a2d2 100755
--- a/modules/default/calendar/README.md
+++ b/modules/default/calendar/README.md
@@ -41,6 +41,8 @@ The following properties can be configured:
| `titleReplace` | An object of textual replacements applied to the tile of the event. This allow to remove or replace certains words in the title.
**Example:** `{'Birthday of ' : '', 'foo':'bar'}`
**Default value:** `{ "De verjaardag van ": "", "'s birthday": "" }`
| `displayRepeatingCountTitle` | Show count title for yearly repeating events (e.g. "X. Birthday", "X. Anniversary")
**Possible values:** `true` or `false`
**Default value:** `false`
| `dateFormat` | Format to use for the date of events (when using absolute dates)
**Possible values:** See [Moment.js formats](http://momentjs.com/docs/#/parsing/string-format/)
**Default value:** `MMM Do` (e.g. Jan 18th)
+| `dateEndFormat` | Format to use for the end time of events
**Possible values:** See [Moment.js formats](http://momentjs.com/docs/#/parsing/string-format/)
**Default value:** `HH:mm` (e.g. 16:30)
+| `showEnd` | Show end time of events
**Possible values:** `true` or `false`
**Default value:** `true`
| `fullDayEventDateFormat` | Format to use for the date of full day events (when using absolute dates)
**Possible values:** See [Moment.js formats](http://momentjs.com/docs/#/parsing/string-format/)
**Default value:** `MMM Do` (e.g. Jan 18th)
| `timeFormat` | Display event times as absolute dates, or relative time, or using absolute date headers with times for each event next to it
**Possible values:** `absolute` or `relative` or `dateheaders`
**Default value:** `relative`
| `showEnd` | Display the end of a date as well
**Possible values:** `true` or `false`
**Default value:** `true`