Migrating from FullCalendar to FullCalendar2

Having calendars using the FullCalendar WebComponent, I’d like to migrate it to NG Titanium. Therefor I created a new form with the Fullcalendar2 WebComponent.
In difference to the Fullcalendar, which shows a monthly calendar in the developer, the Fullcalendar2 shows only a placeholder frame. But beside this, it does not work with my existing code, so I assume there are more changes to make to get it working. I did not find something supporting the migration to NG Titanium in the docu. Should the same code as for the FullCalendar work?

Thanks for a hint and regards,

Just as an info. When changing and saving a property on the form with the NG2 FullCalendar2 placeholder WebComponent, the empty calendar (grid) gets displayed. But just for the session. Logout and login makes it disappear, unless after login a property is changed and saved again.

fullcalender2 is really a different beast, thats why it is also not fullcalendar (and that one having a TiNG variant just like all other components)

this is because also the libs we build on are really changed, so it will not be a drop in replacement and then it works.

The Wiki Link on

https://github.com/Servoy/fullcalendarcomponent2

references the fullcalendar docu. So I assume the new docu is in the works? Hopefully with some migration info from old to new, if it’s quite different.
Is there already a rough timeline for the docu?

bumping for documentation

Also, quick question: any changes in initializing the calendar?