Hi all. I am new to Glide and loving it so far. I’m working on a custom CRM for a health insurance agency.
I have searched for an answer to this question and can’t find it. I have implemented a Calendar Collection and want to be able to filter events based on current user (I am requiring users to log in) after they have been added to the Calendar. However, I cannot find a way to record the current user who creates a new Calendar event. The data associated is only the title, start time and end time.
I see that I can add actions to the title bar and item click, but that does not enable recording the user who initially creates the event, only after clicking into the item details.
Thank you for your quick response, ThinhDinh. The Title Bar Action would require the user to click a button after they create the Calendar event, right? Are you thinking something like an Assign button that would allow the user to assign the event to themselves?
The other option I thought of is to create a separate event form that would go onto the calendar. I’m already doing this with a Projects form. The user can create a project that automatically goes on to the Calendar, and these are linked to the current user. The only problem with this is that I would disallow the users to add events directly on the Calendar, which is not really ideal.