GeoffZhu / vue-event-calendar

A simple events calendar for Vue2, no dependencies except Vue2.
http://geoffzhu.cn/vue-event-calendar/
635 stars 228 forks source link

Can you add incoming events options on shown events #58

Open erhansaydam opened 7 years ago

erhansaydam commented 7 years ago

As far as I see, it can only be selected to show all events or one day events by setting curEventsDate parameter. However it would be more useful if incoming events could be shown by default.

By incoming events, I mean it can show the nearest 10 future events (even the number 10 can be parametric), and the title is set to "Incoming Events".

If you can add this feature, the calendar would be nicer.

Thank you, Best regards.