Add to calendar date | WordPress.org

[ad_1]

Hi!
I’m having a problem adding an event to my Google calendar when I have the same date but a different time.
https://prnt.sc/x3n1W5FdzzXS
https://prnt.sc/QVELN9MPnb2L

Should it be in add-calendar.php?

$event_end   = ! empty( $event_meta['etn_end_date'][0] ) ? $event_meta['etn_end_date'][0] . ' ' . $etn_end_time : $event_start;
TO: 
$event_end   = ! empty( $event_meta['etn_end_date'][0] ) ? $event_meta['etn_end_date'][0] . ' ' . $etn_end_time : $event_meta['etn_start_date'][0] . ' ' . $etn_end_time;

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer