200
Views
4
Comments
Solved
FullCalendar2 loading events 
Question

I have installed Full Calendar to outsystems and added a dependency to my project and able to see calendar on my screen, i am struck at how to load events into this fullcalendar2.

I wanna start with dummy data first, then i want to use my api and here how can i do data transformation from my api to data type that fullcalendar2 event source.

2023-07-03 14-28-45
Vinicius Seixas
Solution

Can you mark my answer as the solution pls.

2023-07-03 14-28-45
Vinicius Seixas

Hello,

You have to transform the aggregate (your data) into Source data using the server actions from FullCalendar.


Once you have that, you can load it into the calendar using the "event sources" input.

UserImage.jpg
sai p

Vinicius Seixas wrote:

Hello,

You have to transform the aggregate (your data) into Source data using the server actions from FullCalendar.


Once you have that, you can load it into the calendar using the "event sources" input.


That worked.

Thank you.

2023-12-11 06-11-39
Mohammad Shad

This works only on *FullCalender 2* or can I use it in *FullCalender Reactive* for mobile application.

If Yes please asist me how can I do it for mobile application?

1. Rendering data from api on date and give actions while hovering on events and some more actions on clicking events etc.

2. Calender header looks like in below Image  

It should look like this, after rendering data :


2023-07-03 14-28-45
Vinicius Seixas
Solution

Can you mark my answer as the solution pls.

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