I was starting to write an Calendar Event CRUD for allowing the user to input calendar events. And do the usual things like mark them as all day, or between start and end datetimes, and repeats.
Surprisingly (or not) this is going to take some time to set-up.
So I have Googled and can’t find any, but I was wondering if there are any extensions out there for Yii2 that manage events already, to save me some effort, with things like event repeat (say every week, once a month, … ect), and possibly add custom fields (though I can extend that myself if needed).