unionco / calendarize

Calendar Field Type for CraftCMS
MIT License
18 stars 14 forks source link

Not able to get all events - first is missing #47

Closed jules1091 closed 4 years ago

jules1091 commented 4 years ago

If I try to get all my events with the following code {% set entries = craft.calendarize.between('2020-01-01', '2020-12-31', { section: ['events'] }, 'asc') %} i only get the occurences without the next occurence on 4.4.

image

Bildschirmfoto 2020-03-27 um 13 39 51

Is it possible to get a list with really all occurences including the first one with one query?

Thanks for your help!