- Issue created by @Chris Dart
- πΊπΈUnited States owenbush Denver, CO
Hi, thanks for the issue. At this time you are not able to have more than one event per day AND more than one day. You can do either - consecutive events are for more than one a day, and daily are for more than one day.
So you're right that you would need a new field type, and widget. There are several examples of these already in the module, but its not a particularly simple task. The simplest solution I can think of at this time is having 3 weekly events - one for each time.
As you saw, there are processes in place to handle excluded and included dates, but you shouldn't need to worry about that as those should be handled for you. You will just need to make sure you implement RecurringEventsFieldTypeInterface to ensure that your field is picked up as a recurrence type.