Populating Calendar from an array
I would like to create a monthly calendar view showing milestones for projects based on an array of dates. Can someone suggest the code needed for some pre-fab calendar that will make this simple? Sample data for the calendar would be similar to what is below.
Task 1Task 2Task 3Project A8/1/248/15/248/30/24Project B8/2/248/15/248/29/24Project C8/3/248/16/248/30/24
Output on the calendar would be the Project Name next to the Task name.
I would like to create a monthly calendar view showing milestones for projects based on an array of dates. Can someone suggest the code needed for some pre-fab calendar that will make this simple? Sample data for the calendar would be similar to what is below. Task 1Task 2Task 3Project A8/1/248/15/248/30/24Project B8/2/248/15/248/29/24Project C8/3/248/16/248/30/24 Output on the calendar would be the Project Name next to the Task name. Read More