Appointment DataProvider into Calendar

I have a table/model that holds appointment records with dates,times, and durations. I dump this into a list widget on a view now, but I’d like to display the records in a calendar format. I don’t want or need an event module, I simply have records with dates, times, and durations that need to be displayed on a calendar with links to open the specific record.

Any advice on how to do this? I don’t see a calendar widget, but maybe I missed it.

Any thoughts on this?