Displaying date fields in a custom module in the form of a calendar on the home page.

Displaying date fields in a custom module in the form of a calendar on the home page.

We have a module called 'Client Meetings' where sales reps enter information on the meetings they have with clients. 

In this module, they enter the date the meeting was had with a client, the status of meeting "successfully held/cancelled", and we also have a workflow that runs such that whenever a meeting is successfully held, a new meeting is scheduled 1 month later in the 'Client Meetings' module, with the status "scheduled". 

What we're trying to do is to present this information to our sales reps in the form of a calendar on their homepage, so they see all the meetings that have the status "scheduled" in the form of a calendar, so that they immediately have an idea of what meetings are scheduled this next week, this next month, etc. 

There doesn't seem to be a built-in way of doing this!