StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
754 stars 414 forks source link

Is that possible to get a list of today's event? #221

Open RuiRitaYang opened 3 years ago

RuiRitaYang commented 3 years ago

Hi all,

I'm new to react-big-scheduler. I was just wondering, is there an API that could return a list of today's events? Since the ScheduleEvents are scheduled based on frequency (e.g. every week etc). Then is there any API in the code could get a full list of events (as an array) showing the schedule today?

Thanks, -Rui