60
Views
3
Comments
Solved
[FullCalendar Reactive] Load Events Full Calendar in Mobile application
Question
fullcalendar-reactive
Reactive icon
Forge asset by Mediaweb

Hi All, 

I am trying to implement Full Calendar in my mobile application .  I am facing issue to loading the event dynamically. I am getting the list of event and some advance configuration from a rest api . Based on API result i need to load the events in calendar. For the current month i am able to load it , but when i switch to previous month then I am not able to load the events. Can any one help me on this 



When i switch it for netxt month or previous month , I am not able to get the events.



My requirement , I need to call a rest api which return me the list of event and first day of week , using that output i need to render my calendar. I made a slightly change in the Forge Component . I added on parameter changes event  , and initiate the calendar again . But unfortunately it is not working . Is any one help me on this.





UserImage.jpg
Ankit Kumar Varshney
Solution

HI Daniel, 


Thanks for your reply , I have resolved the issue . But will you please help me how can I delete all events for the month in one go . Basically i have a button in my calendar on which i need to click and all event should be deleted for that month. Can you please assist me

2023-06-09 14-43-27
Daniel Pereira

Hello @Ankit Kumar Varshney

Could you provide an oml where this issue happens?

Thanks in advance,
Daniel Pereira

UserImage.jpg
Ankit Kumar Varshney
Solution

HI Daniel, 


Thanks for your reply , I have resolved the issue . But will you please help me how can I delete all events for the month in one go . Basically i have a button in my calendar on which i need to click and all event should be deleted for that month. Can you please assist me

2019-09-30 07-35-56
Aurelio Junior

Hello,

First of all, if your original problem was solved, you should mark this post as solved and create a new one for your new question.

Having said that, you mentioned you're getting the events from a REST API. So I would say that that API needs to support the deletion of events. Have you checked that?

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