Add an option NOT to specify start/end times

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.

  • Guest
  • Sep 15 2020
  • Shipped
  • May 5, 2023

    Admin response

    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!

  • Admin
    Helga R commented
    September 12, 2022 09:00

    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

  • [email protected] commented
    September 08, 2022 10:00

    Pretty mandatory for our company, is there any news about this Helga?

  • Matt Wilson commented
    December 15, 2021 20:27

    An all day event is definitely needed.

  • Cheryl commented
    December 13, 2021 03:29

    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.

  • bruce allen commented
    October 26, 2021 11:26

    yes this would be a big help when doing multi day events

  • Guest commented
    July 19, 2021 14:12

    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.

  • Guest commented
    June 10, 2021 23:26

    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.

  • Admin
    Helga R commented
    June 10, 2021 12:13

    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!

  • Guest commented
    June 10, 2021 12:03

    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 !

  • Admin
    Helga R commented
    June 10, 2021 07:41

    Thank you for your reply, great to know that this solution worked for you!


  • Guest commented
    June 10, 2021 06:22

    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.

  • Admin
    Helga R commented
    June 07, 2021 09:54

    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!

  • Larae Stotts commented
    December 17, 2020 04:32

    PLEASE add an option to remove times! I really need this feature, as well!