Is your feature request related to a problem? Please describe
Good morning!
I'm using your calendar since angular 13 version, everything was and is I'd say perfect. There's one thing which might've been already covered and I can't find it.
On calendar I have week view (mwl-calendar-week-view) and I display all events as full day events - it's dictated by needs and has to stay like this, I have double click implemented which opens event creation window with prefilled date. The date is taken from field which has been clicked - everything it perfect when I click on empty space below the last full day event, when I click near the full day event in the same row the date and click is not recognized (because click is made on full day event container element basically).
Describe the solution you'd like
Is there any way to implement it inside full day event container or somehow get date clicked, in any way, to get event propagated, to map date into some kind of attribute which can be retrieved using dom operations
Describe your use case for implementing this feature
In my app I'd like to use is as I mentioned at the beginning, in case of full day events when it comes to add new one, I need date which has been clicked
Additional context
No response
Is your feature request related to a problem? Please describe
Good morning!
I'm using your calendar since angular 13 version, everything was and is I'd say perfect. There's one thing which might've been already covered and I can't find it.
On calendar I have week view (mwl-calendar-week-view) and I display all events as full day events - it's dictated by needs and has to stay like this, I have double click implemented which opens event creation window with prefilled date. The date is taken from field which has been clicked - everything it perfect when I click on empty space below the last full day event, when I click near the full day event in the same row the date and click is not recognized (because click is made on full day event container element basically).
Describe the solution you'd like
Is there any way to implement it inside full day event container or somehow get date clicked, in any way, to get event propagated, to map date into some kind of attribute which can be retrieved using dom operations
Describe your use case for implementing this feature
In my app I'd like to use is as I mentioned at the beginning, in case of full day events when it comes to add new one, I need date which has been clicked
Additional context
No response