Is there a way to save the items added on calendar to a list

Hi everybody,
I was wondering if there was a way to save the items added on a calendarโ€™s start dates to a list. For example: list = [5:30 pm, 10:15 am, 9:00 pm].

Thanks you

0 3 156
3 REPLIES 3

Hi @Aditya_Mahna,

Assuming you are talking about a list in a formโ€ฆ?

You could add a new column with a simple Initial Value expression pointing to the column with the list. i.e. [list]

If you donโ€™t want to show the new column in your form you could add this expression to the Show? property:

CONTEXT(โ€œViewTypeโ€)<>โ€œFormโ€

Steve
Platinum 4
Platinum 4

Please elaborate. What are you trying to accomplish with collecting calendar entry start dates into a list?

By collecting the entry start dates into a list I want to make it so that multiple users cannot put an event at the same time slot. I want to allow up to only one person to be able to signup for the same time. By having a list of the StartTimes I will be able to go through the list and show a message to the user if he tries to book an already reserved time slot. For example: If someone has signed up for the time 5:30 PM till 6:30 PM another userโ€™s time slot should not be between 5:30 - 6:30 PM.

Thank you!

Top Labels in this Space