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

Recurrent events

Asked by Anonymous
1 year ago.

Hello,
I wanted to know if it was possible to create recurrent events within the calendar in Javascript/Typescript ?
Thanks

Answer posted by Dan Letecky [DayPilot]
1 year ago.

You can display recurrent events (and add the necessary icons) but you need to handle the recurrence definition and storage on the server side. The calendar needs to receive the individual occurrences in the data source.

You will need to implement the recurrence logic on the server side anyway to allow server-side processing. You may even need to store individual occurrences in the database to allow querying and to get decent performance.

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