diff --git a/_docs-v6/event-model/event-parsing.md b/_docs-v6/event-model/event-parsing.md index c1fffbf5..f169abc1 100644 --- a/_docs-v6/event-model/event-parsing.md +++ b/_docs-v6/event-model/event-parsing.md @@ -49,6 +49,8 @@ Here are all the available properties, **all of which are optional**: start Something [date-parseable](date-parsing). When your event begins. If your event is explicitly `allDay`, hour, minutes, seconds and milliseconds will be ignored. + + **Alias:** you can also use `date` instead of `start`. This is commonly used for simple one-day events.