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.
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
Hello @Ankit Kumar Varshney!
Could you provide an oml where this issue happens?Thanks in advance,Daniel Pereira
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?