Scheduler - add other data to calendar

I’m using the calendar as default recuring calendar using the table event_rec. This works great. I have a second table “tasks” that I’d like to get the data for and put on the calendar as well. This data will not be editable so I don’t have to worry about that. Just need to display in the calendar along side the regular calendar events.

Thanks

Please check this article dhtmlx.com/dhxdocs/doku.php?id=d … _calendars

That worked perfect.

Thanks!