frappe / frappe

Low code web framework for real world applications, in Python and Javascript
https://frappeframework.com
MIT License
6.83k stars 3.28k forks source link

Calendar event repeat #25943

Open eebene opened 4 months ago

eebene commented 4 months ago

Allow one to repeat an event on a specific date on of the month: e.g. repeat on second Thursday of the month similar to google calendar. See attached image

Screenshot from 2024-04-13 05-04-27

cogk commented 4 months ago

How to implement this feature?

Personal experience

We have done a partial implementation for recurring events in Dokos, but bringing more features is a big task.

References