FullCalendar extension Continued from Support ID #14759

Closed
0
0

Greetings again thank you for the swift replies.

Continued from Support ID #14759 support/answers/14759 ( Sorry )

I am testing the FullCalendar extension in a test project and it
appears that the desired functionality, the main feature of the
Visual Web GUI version “ScheduleBox” is now one of the few NOT FREE
features of the control. Is this correct ?

https://fullcalendar.io/docs
https://fullcalendar.io/pricing

There are two features that appear to be CLOSE TO previous
functionality of the VWG “ScheduleBox”

* Timeline View which is NOT a free feature. It is Premium
* TimeGrid View  free feature

As I investigate implementing this “TimeGrid View” feature, I see that its docs
suggest –“……install via script tags or individual packages”
https://fullcalendar.io/docs/timegrid-view

I have crafted up a little test that fills a combo list box with
all of the available ViewType enums available from Wisej.Web.Ext.FullCalendar
[ApiCategory(“FullCalendar”)]
public enum ViewType

When I run my little tester, I have the entire enum as strings available to
dynamically change FullCalendar’s view but the free feature TimeGrid is not an available option.

Month
BasicWeek
BasicDay
AgendaWeek
AgendaDay
ListYear
ListMonth
ListWeek
ListDay
TimelineDay
TimelineWeek
TimelineMonth
TimelineYear

NOTE the absence of the TimeGrid view option, the supposedly free feature.

The premium view “Timeline” (day week month year) is available in this
enum and I can invoke/implement them when I include their free trial key per:
https://fullcalendar.io/docs/premium

Odd since this is supposed to be the free feature.
Obviously confused, I just want to know how to get comparable functionality
to the VWG “ScheduleBox” and preferablly free.

Can anyone tell me PLEASE how to IMPLEMENT the FREE TimeGrid view from WiseJ’s
implementation of FullCalendar?

  • You must to post comments
1
1

This has been answered in the original forum post.
Please don´t post multiple threads on the same topic, thanks.

Best regards
Frank

  • Christian Programmer
    Yeah Sorry Umm Can anyone tell me PLEASE how to IMPLEMENT the FREE TimeGrid view from WiseJ’s implementation of FullCalendar?
  • You must to post comments
Showing 1 result