This worked. Thank you!
Do you know how I can schedule multiple dates event and have it show?
Your first idea might be to store a list of dates in the Event data type but this would make it complicated to filter by date.
What I’d do:
- Create a new data type that links an event to a date called Event-date
- For each event you create one Event-Date containing the event and the date when it’ll happen
- In your RG you search by this Event-Date data type like we did earlier and display infos for the even linked
Does the field event holds the event name? Do you have a screenshot of how the structure should look?
The date only input one date and i need both start and end date. Also event link to the data tpe event is not linking the event name field.


