Plugin Author
Guido
(@guido07111975)
Hi Josh,
That’s not possible because end date is being used to list events. So it stays listed till the end of that day. That’s how the plugin is build.
Guido
-
This reply was modified 4 years, 4 months ago by
Guido. Reason: Have updated my reply
Thanks for getting back so quickly – isn’t there a function which states the end date being the variable which ensures the event is shown on the front end.
Can I not manually change this for the start date within the code?
If so, where is this stated as I can seem to find it within the code.
Many Thanks,
Plugin Author
Guido
(@guido07111975)
Hi,
It compares the end date value (midnight) with today value (midnight) and when end date value is greater than or the same as today value it’s listed as an upcoming event. So time is not taken into account. I’m working on a major update to include time value so plugin can suport iCal structure. But this does not change the way how events are being listed.
You can change plugin to use start date only, but in that case ALL events will use that. I guess you also have events that should be listed during the event day.
Guido