Calendar widget starting position

1
I can't seem to select a date attribute for the Start pos attribute (which I assume determines on which day to start the widget). I would like to show the calendar at a week from now (which I added a date for in my entity). What am I missing here?
asked
2 answers
1

The calendar widget is now on github. So if anyone wanted to expand the widget or make suggestions for improvements you can now do it on there.

https://github.com/mendix/Calendar-Widget

answered
0

You can expand the widget with

$('#calendar').fullCalendar('gotoDate', Date);

see doc

answered