Hello everyone, Im having trouble with the calendar widget from https://appstore.home.mendix.com/link/app/107954/ I have a Diary object, which has CalendarItem objects. And my page looks like this: But when I load my calendar, my CalendarItem does not show up, and I get the error message: Error in calendar configuration: Main.Home.calendar1: Context entity does not match the event entity Which makes no sense to me because the context entity is Diary and it needs to show the associated CalenderItems. Also there is constant warnings about how the event entity should not be the same as the context entity. If I choose event entity to be the context entity Diary, I cannot map the title, allday, start, end and color attributes. How should I build my page in order to show these calenderitems? Are there any example projects to be found somewhere where I can see the model?
↧