I am wanting to provide vacation totals for the user when the schedule is rendered and when events are added/changed/deleted. This isn’t per-event data, but rather user specific data that is tallied as events are changed.
Is it possible for me to pass along additional data along with the dataProcessor and REST URLs?
Or is there an event that fires before the scheduler is rendered/updated that I could use to make an additional REST call to my own end point?