Support

Home Forums Event Espresso Premium Event Espresso 4 – Including the DateTime name for each calendar entry

Event Espresso 4 – Including the DateTime name for each calendar entry

Posted: September 9, 2014 at 11:25 am

Viewing 4 reply threads


sdavea

September 9, 2014 at 11:25 am

Hi I REALLY need to have each DateTime name of an event appear in the calendar. Currently my calendar shows the individual dates but it only presents the high level event name NOT the individual datetime names which are different. Preferably I’d like to have both in the calendar. Is there any way to do this? If it’s not officially supported could you at least let me know which file I need to change that pulls the dates and names out of the database and into the javascript calendar? Thank you!


Josh

  • Support Staff

September 10, 2014 at 12:27 pm

Hi there,

Line 328 of the EE_Datetime_In_Calendar.class.php file is where you could change it from setting the event name only.

'title'=>$this->_event->name(). ' - ' .$this->_datetime->name(),

Would make it display both. I’ll see about adding a filter hook there so you don’t have to hack this into each and every update.


sdavea

September 12, 2014 at 6:32 pm

That would be awesome, thank you very much Josh.


Josh

  • Support Staff

September 15, 2014 at 9:05 am

You’re welcome.


Josh

  • Support Staff

July 14, 2016 at 12:58 pm

There’s a filter hook included now in the latest update of the Calendar add-on (v.3.2.7).

Viewing 4 reply threads

The support post ‘Event Espresso 4 – Including the DateTime name for each calendar entry’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso