When I create a new event, I would like certain fields to always be checked or unchecked. For example: always check “not display the day and time of the end of the event”. How to do ?
Thanks!
Hello,
Thank you for your great suggestion, at the moment it is not supported. However please create a new ticket and select Feature Request as category so others can vote on your idea and get it moved into development faster.
Thank you for your reply. The problem is that when importing ics automatically with google calendar, the end time is displayed automatically. When there is no end time eventon adds a false one. I think there is a way to change this in the php (I have a child theme) with the code:
#evo_hide_endtime.evo_elm.adje_yn_btn.NO
?
Thanks
When there is no end time eventon adds a false one.
Ah, so the issue is when you try to import an event from your Google Calendar, if it doesn’t have End Time, the imported puts the wrong time?
Could you show us an example of the wrong event:
Yes, it is a problem. But the main problem is that ics import decides to automatically display the end of the event. It's confusing to have 2 time. This makes the information not very clear.
How does one remove End Time while creating an event:
Is is possible with Google Calendar?
It’s confusing to have 2 time.
Also could you show us a screenshot of this?
Indeed, google calendar adds an automatic end time. I did not notice. Is it possible to find a css code to remove the end time as well as to remove the “name of the location” which appears twice?
I think the problem will be the same with other ics calendars (outlook, ical...). Because personal calendars are always displayed by time slots, which is not the case with event calendars. Example: for a show, we tend to display the start time and possibly the duration, never the end time (in France).
Unfortunately, End Time cannot be removed with CSS, since Time is one line of text. The only way is to disable it from Edit Event > Hide End Time.
Maybe you could somehow use this code:
https://docs.myeventon.com/documentations/add-support-additional-ics-fields/
Step 3 > update_post_meta updates an event. So, I think, if you can somehow use evo_hide_endtime and set it to “yes”, similar to
It should enable this option for each imported event.
Thank you for your reply.
Unfortunately I don't know what code to add to my php child theme. It's not very clear. Can you help me ? Without this function, ICS automation is not usable for me.
Unfortunately, we unable to provide any customization support, because of CodeCanyon and our support policies.
I understand but I am looking for a solution. Is it possible to add “to” instead of “-” between the 2 hours? The objective is that the spectators understand that the show does not take place twice in the same day.
“-” usually means “from to”.
There is no way of replacing – with anything without customizing the code.
What you can do is to go to EventON > EventTop > add Event Time under Title.