- Possibility to add classes to the cell of symbol, title and time of the events of calendar.

This commit is contained in:
Teddy Payet
2018-10-04 02:07:08 +02:00
parent 332b54e7a5
commit 3b48f1d042
3 changed files with 68 additions and 8 deletions

View File

@@ -86,6 +86,9 @@ config: {
| `maximumEntries` | The maximum number of events shown. Overrides global setting. **Possible values:** `0` - `100`
| `maximumNumberOfDays` | The maximum number of days in the future. Overrides global setting
| `auth` | The object containing options for authentication against the calendar.
| `symbolClass` | Add a class to the cell of symbol.
| `titleClass` | Add a class to the title's cell.
| `timeClass` | Add a class to the time's cell.
#### Calendar authentication options: