HI, I have an implementation problem.

I have a content type "Contract", in which there's scheduled a week of working days.

On each day there're the amount of the hours, the job time frames and other stuff.

Now I have to develop an interface "calendar style" (one for each user) in which each week represents the same schedule of the Contract.

The user should have the possibility to modify each field of each "day job".

In the "Contract" there's a data, from which I can start the view of the Calendar but...

I have doubts to how managed the different days of the week(if it should be better to repeat each Monday, Tuesday ecc or repeat the whole week), how to manage a calendar for single user ecc.

Useful modules: Calendar, Full Calendar, Event Calendar, Views PHP, Editable views, Date repeat ecc

Thanks for any advice.