function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jerry YeJerry Ye 

Implementing jQuery Calendar in Visualforce Page

Hi All

I am currently working on an implementation of a calendar view in a Visualforce page. Basic idea is to display a schedule on the calendar based on date fields in custom objects. From some searching, I came across this article: http://www.codebycody.com/2013/06/create-calendar-view-in-salesforcecom.html

I tried to follow the code in the working example, but the calendar does not display in the page. Below is the screenshot of the page: 
User-added image

Glady appreciate if someone can guide me through this issue and how best to implement this feature. 
Best Answer chosen by Jerry Ye
RatanRatan
try this unmanage package https://github.com/msrivastav13/Bootstrap_Resposive_Calendar

This package is created by Mohith Shrivastava

All Answers

RatanRatan
try this unmanage package https://github.com/msrivastav13/Bootstrap_Resposive_Calendar

This package is created by Mohith Shrivastava
This was selected as the best answer
Jerry YeJerry Ye
Thanks Ratan for the advice

I have installed the Calendar into a Sandbox account to do some development. It allows developers to specify the object used for the calendar and the fields to denote the start and end date. Below is a screenshot of the calendar:

User-added image

Would it be possible to show the individual events as a bar rather than a dot in the Month view? It would be similar to the Week view of the same calendar:

User-added image

Furthermore, can we customise the calendar such that filtering can be done for the custom object? E.g. Specific types of the custom object or records containing certain field values. 
 
uuuu
Hey Jerry re,
Please will you tell me how did you add it into your VF page?.
I have install the above package in sandbox.
Regards,
Anita sodhi