I am using the ‘Smart-scheduler’ component in ‘month’ view, but I can’t get any data to show in the month view…
<smart-scheduler id="scheduler" #scheduler
class="task-smart-scheduler"
[dataSource]="tasks$ | async"
[view]="schedulerView"
[disableViewMenu]="true"
[dateCurrent]="dueDate$ | async"
[firstDayOfWeek]="schedulerFirstDoW"
>
</smart-scheduler>
Some questions on this….
1). what value do I assign to ‘dateCurrent’ when the scheduler is in ‘month’ view?
2). I’m only setting the ‘view’ property. Is that sufficient?