Read the statement by Michael Teeuw here.
Calendar entries showing end time.
-
It is one of the new features in the latest beta. You can turn it off in config.js.
-
@alvinger said in Calendar entries showing end time.:
It is one of the new features in the latest beta. You can turn it off in config.js.
Excellent!. How, what needs to be changed?
-
@richard238 just set showEnd to false.
showEnd: false,
-
That’s fixed it, thank you.
The “showEnd:” parameter wasn’t listed in my config.js. When was that changed, where’s the documentation?
-
I don’t really know. I just stumbled upon it browsing through the code in the development branch as I was thinking about implementing end times in my mirror. :slightly_smiling_face:
It is not even documented in the README, you have to look in calendar.js to find out about the new options.
When the code is moved to the master branch I am sure they will update the documentation (and also change some defaults to be non-reaking such as showEnd which should be false by default)