Some events (e.g. all-day events) don't have a specified start/end time, and it would be useful not to be forced to specify times for these events.
Hello friends,
We're happy to say that an All Day option is now available! 🎉
Since this Wishlist portal has moved to our community forum, find more details and leave your feedback here.
Cheers!
Dear folks,
I'm terribly sorry that this feature hasn't been released yet. I've passed your comments along to our dev team so that they consider this request.
At the moment, unfortunately, we don't have a concrete date for the release, but I do believe we'll be able to include it in one of our future updates.
Thank you so much for your patience! 🙏🏻
Helga, Community Manager
Join our online meeting space — Community Forum
Keep up with the latest updates — Changelog
Get to know our team — Instagram
Pretty mandatory for our company, is there any news about this Helga?
An all day event is definitely needed.
Yes please - my company uses the calendar for some campaigns that span a period of time, as well as all-day events, and having an "all day" option or being able to remove times if needed would be great.
yes this would be a big help when doing multi day events
This would be a tremendous help. Most of the calendars I run are informational with additional details elsewhere. An "all day" event is exactly what I'm looking for.
Yes, I agree with all of Eugène's concerns. For me, my workaround is acceptable in the short term, but it's not ideal. Ideally, I also would like this to be fixed properly.
Hi Eugène,
I understand the variant I suggested was not the best one and I'm really sorry it didn't work for you.
We'll do our best to think about ways to make start/end times specification optional and hopefully, we'll be a success soon.
Thank you for your comment!
This CSS code proposed by Helga is working but ...
1) Only with the list layout (not working with the other layouts)
2) If the event is clicked to see for full details, on the popup window ... the time is still displayed ... CSS code is also needed to hide the times
3) a calendar is not static thing , so if an event is passed it is hidden and the next one become the 1st one on the list. Consequence the item position is also changed, so the CSS codemust also be changed manually to reflect the new item positions.
So not a viable solution at all that workaround !
Thank you for your reply, great to know that this solution worked for you!
I couldn't get this to work. But I could adapt your CSS to disable the times on all events like this:
.eaec-grid-item-time{display:none}
This is good enough for my needs, thanks.
Hello folks,
Thank you for adding this idea and for your comments!
Unfortunately, we haven't released this feature yet, however, we've come up with a workaround that could work for you.
If you need to remove the date for a particular event, please add the following CSS code to your widget Custom CSS field, where '2' refers to the element's position on the list:
.eaec-list-item-component:nth-child(2)
.eaec-list-item-time {
display: none;
}
Please do let me know if it worked for you or if you have other questions.
Thank you!
PLEASE add an option to remove times! I really need this feature, as well!