Get Date from Calendar

When using the Calendar component, I’d like to be able to get the date header e.g.

Month view - January 2021
Weekly view - Jan 10 - 16, 2021
Daily view - January 13, 2021

I’d like to be able to listen to this value and use it as a query parameter for a query which will fire on parameter change.

1 Like

Hey folks!

Just want to give an update here that we've released a new Calendar Component :tada:

It has on it a .viewType property from which you can pull whether a month, week, day, or list is being displayed. Additionally, the .view property is now an objected populated with both start and end times for the selected timeframe!

2 Likes