How to use Skillbuilder Calendar and Skillbuilder Scheduler Plugins
Hi,
In one of the pages, my requirement is to display the schedule in the calendar. Also we should be able to input the schedule using Skillbuilder Scheduler Plugin.
For this I am using Skillbuilder Calendar and Skillbuilder Scheduler Plugins.
To start with I am trying to create a region which has the Skillbuilder Calendar plugin and I am using the following query in the region source.
SELECT id, title, all_day, start_date, end_date, url, class_name
FROM events
But when I run, I don't see the calendar or anything. It is just an empty page with the the title of the region.
Can anyone who has used this plugin help me on this and provide me the step by step procedure to accomplish my task.