We have a calendar created where the current implementation is :
Current: Event is generated out of a campaign and events show up on the calender. The event fields are populated from campaign. I do not understand why it was done this way and I have asked people around but no one could tell me.
We get number of requests to update the event record (generated from campaign) with fields from campaign. Since there is a limitations on the fields on event object, I decided to create a calendar from campaign OBJECT instead of events. I am able to do but I am facing an issue.
On calendar, datetime data should be used. I tried to override the start and end date on campaign to datetime. But when I use it it gives me the following error (see image):
Question 2: I was wondering if there was a limitation on the skuid end, and that is why it was done that way.