ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

CalendarEvent: make endDate param optional #1481

Open xit0c opened 3 years ago

xit0c commented 3 years ago

This is not an issue but a feature request.

Sometimes you have events for which you don't know the end date in advance (e.g. restaurant reservation). In situations like that, if you want to show the event on the calendar, the only way is to insert a fake endDate in the CalendarEvent constructor. But this leads to another problem when you want to display event details, as shown in the image below:

image

The fake endDate shows up in the UI and there's no way to hide it.

Possible solutions