HiI get a new field in our calender called Internal status. If the field Internal status have status “1” and EndDate are passed i want to set field EndDate to todays date. I want the same effect you could see in ToDO there ToDos following you in your calender until you are done. Problem is that a get no change when a try to set a value in EndDate, i guess it depends in the field EndDateTime.
OK. Now I see where you are working. The formula for EndDate in the CalendarEntry form is @If(EndDate = “”; @If(@IsAvailable(EndDateTime);EndDateTime; @Today); EndDate).