Hi,
I have two entities: Project and Task. and has 1:N relationship.
My scenario is that 1 project has multiple tasks and every task has two fields (start date, end date). Now i want to show duration of every task in calender as show in service calender. In short, I want to create custom service calender for project. Kindly tell me about this scenario. is it possible or any alternative solution.