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.
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.
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.
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.
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:
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
Attachments Open full size
Pretty mandatory for our company, is there any news about this Helga?
Attachments Open full size
An all day event is definitely needed.
Attachments Open full size
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.
Attachments Open full size
yes this would be a big help when doing multi day events
Attachments Open full size
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.
Attachments Open full size
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.
Attachments Open full size
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!
Attachments Open full size
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 !
Attachments Open full size
Thank you for your reply, great to know that this solution worked for you!
Attachments Open full size
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.
Attachments Open full size
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!
Attachments Open full size
PLEASE add an option to remove times! I really need this feature, as well!
Attachments Open full size