Hi,
When I run apex.region(calendar static id).widget();, it does not return anything named "fullCalendar". But I see many codes use it like that apex.region(calendar static id).widget().fullCalendar(); and pass parameter to it! How is it not returned when running apex.region(calendar static id).widget(); , and where to find it's parameters to learn about it?