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

Recurrence in Vue

Asked by Anonymous
2 years ago.

I was looking to see if there is support for recurrence in DayPilot Pro for JavaScript, but it seems like there is no support? According to the documentation, it states that there is no built in support for recurrence but in the availability chart, recurrence should be available. If recurrence is supported for DayPilot Pro's JavaScript library, how can I add the recurrence functionality?

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

There is no built-in recurrence support in the JavaScript version. The recurrence needs to be implemented on the server side and the implementation will be platform-specific.

If you only work with a limited set of recurrence rules, you may be able to implement it yourself. However, the recurrence can also get very complex, especially if you need to support exceptions from the rule (modify or delete individual occurrences).

On the client-side, the library will provide tools to add the support (e.g. you can display an icon indicating a recurring event) but you need to supply a complete list of individual occurrences/events.

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