34
Views
3
Comments
Solved
[FullCalendar Reactive] FullCalendar Save Events to Entity in Database
fullcalendar-reactive
Reactive icon
Forge asset by Mediaweb
Application Type
Reactive

Hi all,

I am working on a scheduling system, using the resource view as seen in the photo.  I am able to click and create new events, drag in new events, as well as pre-populate saved events from my database (pre-populated events are in green).  What I am struggling to do is save the new events (events in blue) to an entity.  Does anyone have advice for saving events using FullCalendar?

2025-03-04 14-45-15
Andre Sousa
Solution

Hello Megan,

I really don't remember if on select action is returned an EventId or not, but you can always generate a Id for an Event when saving in your DB, and by this when rendering the Calendar your Blue Events should appear, if not try to see the resources configurations and events that you are passing into Calendar.

Best Regards.

2024-02-04 17-47-27
João Reis

Hello Megan Fischbach,

Usually, we use the “Select” event to create a new event, not sure if you already tried that.

Could you provide a better description of the steps you already took or provide an OML example to better analyze the scenario you are in?

Thank You.

UserImage.jpg
Megan Fischbach

My apologies for the late reply.  We were able to index the event ID and save to our entity so that when the calendar refreshed, the event remained.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.