Base solution for your next web application
Open Closed

Is FullCalendar supported in ASPNetZero MVC Core? #7941


User avatar
0
dmux created

Apparently ASPNetZero used to include meronic's Calendar control but no longer includes it. Is this correct?

If so, how do I install https://fullcalendar.io/ into my MVC DontNet Core v7.2.0 project?

I have tried a bunch of things from instructions I found online. The instructions I found seemed to assume things that were not valid in my project and I didn't know how to resolve the issues. It seems the instructions all assume Angular.

Can someone provide steps that will suit my project?


1 Answer(s)
  • User Avatar
    0
    dmux created

    On further searching I found this fiddle: https://dotnetfiddle.net/1ganYd, which gave me the pieces that seem to work, no installation packages required!

    I have everything in the .html file at the moment and the calendar appears, so now I'll put everything in the right places.

    Leaving this here in case anyone else needs it.