If you are referring to start time field / end time field in Calendar element property editor, those do not support ‘list of dates’ fields. You can create 1 entry in the database for each date and then search on all the dates so they display in the calendar. Alternatively, you can also create a daterange type field which will be available in the start time field dropdown.
Hi Rory, are all the dates in 1 list field within 1 database entry or can you create multiple entries containing 1 date each? If it’s the latter, the calendar will automatically show all dates when you do a search on the thing and select the date field from dropdown.
They are in 1 list field within 1 database entry.
Currently, taking for example, I have a Users Availability.
The user has a list of dates which are the days they are available.
I would like to be able to add these to a calendar view.
If these are not sequential dates, create a separate ‘availability’ data type where each time user selects a date, a new database entry is created and the calendar searches on this thing for current user. Separately, you can make the list field on User object a ‘list of availabilitys’ but the calendar will not search on this field.