How to update an event if the 'clientEvents' method does not return original EventObject?
See original GitHub issueI have updated to 3.5.0 and found that I cannot update an event by using clientEvents
and updateEvent
methods since clientEvents
method returns a copy of the eventObject. How can we do this in the new version?
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Handling Events - 11g Release 1 (11.1.1.6.0)
You can cancel an event from being delivered to the server if no additional processing is needed. However, some client events cannot be...
Read more >retrieve events which has a specific class in fullcalendar
I need to get event objects which has the particular class. I tried following two ways. 1. $('#calendar').fullCalendar('clientEvents',{className: 'class'} 2.
Read more >Event | Object Reference for the Salesforce Platform
This field is read-only when updating records, but not when creating them. If this field value is true , then RecurrenceEndDateOnly, RecurrenceStartDateTime, ...
Read more >Action Objects & Methods - DayBack Documentation
fullCalendar('clientEvents'). You may also just pass the event object directly for this property if calling this function from an event ...
Read more >Event Data - Docs v3 - FullCalendar
How to get events onto your calendar. How to dynamically manipulate them after initial load. events (as an array). An array of Event...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@manumqln , this is a legit bug. it was reported previously here: https://github.com/fullcalendar/fullcalendar/issues/3839 ↑ Could you please visit the link, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates?
I will close this ticket. Please pay attention to the other ticket.
I plan to fix this for the next release.
Is there any update on this?