Calendar
Calendar copied to clipboard
To plot calendar from current date
Hi @kizitonwose can we plot calendar from current date to specific date. In our case we need to show calendar from current date to next 45 days. But currently I didn't find any method to setup calendar based on dates. Also is there any way to change height of day cell?
Hi, you can't start from a specific date. The alternative is to start with the month that contains the date and disable all past dates in that month. Regarding changing height, there are examples in the sample app that do this. You just adjust the height of the calendar itself and the cells will be divided evenly.
@kizitonwose can we scroll to current week and show current date like in outlook app?
Use scrollToDate()
or smoothScrollToDate()
thanks @kizitonwose let me try it