You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2020. It is now read-only.
| ignoreEventsByLocationExpression | string | **Optional** | Simple case insensitive regex to ignore events that match location
60
+
| ignoreEventsExpression | string | **Optional** | Simple case insensitive regex to ignore events that match title
61
+
| maxHeight | boolean | **Optional** | `false` Sets max height for card to 500px and overflows the rest
62
+
| notifyEntity | Entity | **Optional** | Send a notification on new events
63
+
| notifyDateTimeFormat | string | **Optional** | `MM/DD/YYYY HH:mma` Format for event date/time in notify message (see [here](https://momentjs.com/docs/#/displaying/format/) for options)
64
+
| numberOfDays | number | **Optional** | `7` Number of days to display from calendars
55
65
| removeFromEventTitle | string | **Optional** | Removes substring from all event titles (case insensitive)
56
66
| progressBar | boolean | **Optional** | `false` Adds progress bar to ongoing events
| hidePastEvents | boolean | **Optional** | `false` Hide events that have passed
64
-
| eventsLimit | integer | **Optional** | `99` Maximum number of events to show (shows rest of day after cut off)
65
-
| hardLimit | boolean | **Optional** | `false` Overrides `eventsLimit` default of showing rest of day's events even after cutoff
66
-
| hideDeclined | boolean | **Optional** | `false` Hides events that you declined
67
-
| maxHeight | boolean | **Optional** | `false` Sets max height for card to 500px and overflows the rest
68
-
| fullDayEventText | string | **Optional** | `All day` Set custom text for a full day event
69
71
| startText | string | **Optional** | `Start` Set custom text for event start time
70
-
| endText | string | **Optional** | `End` Set custom text for event end time
71
-
| notifyEntity | Entity | **Optional** | Send a notification on new events
72
-
| notifyDateTimeFormat | string | **Optional** | `MM/DD/YYYY HH:mma` Format for event date/time in notify message (see [here](https://momentjs.com/docs/#/displaying/format/) for options)
72
+
| title | string | **Optional** | `Calendar` Header shown at top of card
73
+
| timeFormat | string | **Optional** | `HH:mm` Format to show event time (see [here](https://momentjs.com/docs/#/displaying/format/) for options)
0 commit comments