search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Adding, deleting events does not change the Navigator highlighting

Asked by Jeff Kurzner
4 years ago.

When I add a new event using the client-side onTimeRangeSelected function or when I delete an event using onEventDeleted, the three-month navigation calendar does not get updated. Is there a nav function that needs to be called as a part of the add or delete that I am missing?

Answer posted by Dan Letecky [DayPilot]
4 years ago.

The navigator can be refreshed by calling update():

https://api.daypilot.org/daypilot-navigator-update/

If the Navigator doesn't share the data array (https://api.daypilot.org/daypilot-navigator-events-list/) with the Scheduler it's necessary to update the data as well.

Comment posted by Jeff Kurzner
4 years ago.

How do you get the navigator to share the data? I tried calling the Nav update at the end of the range add and it still doesn't update the display?

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.