I am having trouble figuring out how to add events to the calendar template utility that I've added to my application. I'd like to be able to add events directly from the calendar interface if possible. The process model has already been created, I'm just not sure how to go about actually implementing the functionality.
Discussion posts and replies are publicly visible
my first thought.process model, with a UI which will create a CDT element of CT_Event which a user will store through a process model into DB table which is connected to the Data store entity of CT_DE_Event . Then you show it on your calendar. or am i here totally off?
starting it from the interface: a!cardlayout with a startprocesslink?https://docs.appian.com/suite/help/22.3/card_layout.htmlhttps://docs.appian.com/suite/help/22.3/Start_Process_Link_Component.htmlhttps://docs.appian.com/suite/help/22.2/ux_card_layout.htmlor the better way: related action of a "events" record". this should by waaay more smooth.https://docs.appian.com/suite/help/22.3/Record_Action_Component.html