Hi,
Can "FullCalendar Reactive" be used to retrieve calendar events from different sources (Google, 0365, AppleCalendar, Zimbra, Zoho, ...) and display those events in one single calendar display ?
Thanks for you help,
Regards
Pierre
Hi Pierre,
Based on available functionality of the underlying FullCalendar library, it would be possible to support directly Google Calendar and iCalendar (standard used by most calendar applications) out of the box, by initialising it with the right plugins (check here and here), and then simply using the eventSources property to define the multiple sources of events you may have.
From what I can see, the FullCalendar Reactive forge component itself has Actions that allow you to add Google Calendar sources and other calendar URLs (this would be iCalendar) and the FullCalendar block it provides has an EventSources input parameter that matches what I described above...
So the answer to your question seems to be YES but you can always install it on your (personal?) environment and try it out with the event sources you are interested in.
Hope this helps!
Hi Jorge,
Thank you very much for your answer.
Have a great day.
Can you help me find the documentation about "FullCalendar reactive" and may be some code exemples ?
Thank you for your help,
Regards,
The links I've shared on my original answer are for the original FullCalendar library's documentation.
For the FullCalendar Reactive, if you go to the asset's page, there's a Documentation section, with what the team considered useful documentation. If you want to see some code examples, you can download and install the demo for the asset from it's page as well:
I don't think there are any code samples to do exactly what you want with this asset, but you will get an idea of how to use the component (the demo app is usually what you open when you click on the "Try now" button).
I don't know if this helps, but you can pass any API URL into event sources using something like this:
Another thing I would like to remind, currently, FullCalendarReactive is still using V4, so when looking into the documentation, you need to make sure you are looking into the right documentation:
We are almost finishing the update to V5, just adding some more documentation to the demo, but keep this in mind for now.
Hope this helps. Cheers!