Skip to main content
Topic: Repeating calendar event? (Read 786 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Repeating calendar event?

I'd like to create a repeating event (e.g. every first Friday of the month) in the calendar but it appears that there's no option for that. I thought maybe I could just upload an ical file of a repeating event or edit the files/database directly, does someone know if and how that is possible? If not, is there a way I could automate the creation of a new event every month within ElkArte? Many thanks, guys! :)

 

Re: Repeating calendar event?

Reply #1

You could create a modification to create it based upon a cron entry.

If not and you’re happy to talk directly with the database and create a batch of them you can do it with SQL.

Code: [Select]
 INSERT INTO elkarte_calendar_holidays ( event_date, title ) VALUES ( '2021-09-03', 'First Friday in September'); 
Last Edit: September 06, 2021, 02:49:27 pm by tino