Hey Dmitry,
Thanks for reaching out to us!
Unfortunately there isn’t a direct way to accomplish this with the default views and settings available within our plugin. However, with a little bit of customization, you could create a new page to display events within a certain range.
To accomplish this, you could use the “tribe_get_events()” function to query the events. Then, as a part of the array of arguments for that query, you could add a meta query for the start and end dates of the event which are stored for the post as “_EventStartDate” and “_EventEndDate”.
Let me know if this helps.
Thanks!