I have a Datatype called “user”. Under that i have a “fields for type user” called “Schedule”, that is a list of dates.
I whant to show the “Schedule” in a calender, thats spesific for that user.
When i try to follow other toturials, the calender somhow always need more information to be abel to show the dates in the calender.
How do i get the calender to show the information (date_time) thats saved to that “fields for type user” ?
A list of dates doesn’t have begin and end for each event. You need an events dataset with dates and begin and end.
Ahh make sense. Thanks a lot. But i still cant figur out how to add to my calender. Now i have change strucktur. So i think its correct setup.
Here is my event, that i whant to save, to er users database and show in calender for only this user:
Here is my user databse:
and this is what i send to calender. cant see whats worng. but somthing aint right here.
Structure is worse. All event fields should be in event

use privacy rules to ensure that its only for that user.