Version 7 was just released!
The docs will be moved here soon.
Visit the external v7 docs site
Event::setProp
Modifies any of the non-date-related properties of an Event Object.
event.setProp( name, value )
This will cause the event to rerender. If there are other events that share the same groupId, those events’ props will be similarly modified.
To modify any of the extendedProps, use setExtendedProp.
To modify date-related properties like start, end, and allDay, use the following methods: