Web calendar - changing event format

User 455302 Photo


Registered User
2 posts

Anyone know how to amend the format of a web calendar event? (i.e. the from / to / location / description layout). Presumably I'd find this in a markup file somewhere? I want to use the calendar for a concert diary - & concerts don't necessarily have end times.... so just want to display "starts at [from time]".

Thanks
Paul
User 187934 Photo


Senior Advisor
20,271 posts

I do believe that can be accomplished on each month html date page. I'll have a look and see. Without even looking I think you could hand code the start time into the date HTML pages.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 455302 Photo


Registered User
2 posts

Thanks Eric - I can see where you could amend the html directly, but I'm actually wanting to make a one-off change to whatever it is that's generating this html. All I really want to do is suppress the code in bold below, for every event, even if I have to enter a pretend "to" time on the front-end application:

<!-- Events Details-->
<div class="hidden" >
<div id="event1" title="Gillian Wier">
<div class="eventlarge">Gillian Wier</div>
<div class="eventmedium"><strong>From: </strong>27/05/2011 7:30 p.m.<strong> To: </strong>27/05/2011 9:30 p.m.</div>
<div class="eventmedium"><strong>Location: </strong>Hexham Abbey</div>


Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.