Today, I am back with a new requirement, where I was asked to display the record on the calendar view, based on the date when the record was created for the specific entity.
To fulfill this requirement, I created a CRM Solution with the help of one of the open source JavaScript libraries (FullCalendar).
The solution contains a Web resource "pankaj_calendarControlForAnyEntity", which can be placed on any entity form with some parameter and is able to view the record in calender.
End result will look, as given below:

Steps to configure the Web resource properties are:
Step 1. Insert a Web resource on the form and configure it, according to this screen shot.

Step 2. You need to take care about the parameter, which needs to be passed to the Web Resource.
Format of the parameter :- parameter1,parameter2,parameter3,parameter4,parameter5,
- parameter1 (Required) -Schema name of the entity on which the calender control is being used.
- parameter2 (Required) - Schema name of the date field, which we want to display the record.
- parameter3 (Required)-Schema name of the string field, which is used as display name for the record.
- parameter4 (Optional)-Schema name of the field, which will be used as a filter field for the entity.
- parameter5 (Optional) - Value, which will used as a filter for paramter4 .
The example of above used Web resource parameters is:
Note: This control allows you to add it for any entity for any condition with any field as a display name.
You can download the solution from this link,
I have added a Unmanaged solution, which will allow you to enhance/edit the control, according to your requirement.
I recommend you to go through this http://fullcalendar.io link to get the methods of the calendar control.
Hope, this will help you to create a calendar control for your specific entity. Feel free to comment, if you have any question or need help to enhance the control.

dan cPosted Dec 3, 2018, 5:59 PM
How can I download the 2015 version?
Paul O ToolePosted Mar 27, 2018, 10:08 AM
As per the previous two comments, this Calendar control does not display any data when configured per the instructions above
Venunadh KondaPosted Mar 12, 2018, 2:49 AM
I am Trying to do the same by the above method but not able to create the same,
Ravi ShankarPosted Dec 28, 2017, 4:52 AM
I am Trying to do the same by the above method but not able to create the same, download the solution and also Import it, Use the complete step but not able to create the calendar on the contact entity.Could you please help me to create the calendar in more elaborated way