By jsemenek on Saturday, 11 November 2017
Replies 6
Likes 1
Views 1K
Votes 0
I'm running Jevents version 3.4.3. When I display the calendar view, the headings are correct (2017), but the detail is for 2016. See attached screen shot
I fixed the issue. The person who supports our calendar was entering the correct start date for the event, but was entering the wrong end date. He entered the repeat end date instead of the same date as the start date. I've corrected his events and the calendar is now correct. Thank you for the quick response.
·
Monday, 13 November 2017 14:17
·
1 Likes
·
0 Votes
·
0 Comments
·
Hello,

Are these yearly repeating events?

And can you confirm the code you have in:

JEvents -> Custom Layouts -> List Row.

Many thanks
Tony
·
Monday, 13 November 2017 06:29
·
1 Likes
·
0 Votes
·
0 Comments
·
These events repeat weekly or monthly, and span from 2016 through 2017 or 2018.

The List Row Detail code is: {{Start Date:STARTDATE}} - {{Title Link:TITLE_LINK}}
·
Monday, 13 November 2017 11:20
·
1 Likes
·
0 Votes
·
0 Comments
·
What if you use:

{{Repeat Summary:REPEATSUMMARY}}

Does it change the start time?
·
Monday, 13 November 2017 12:15
·
1 Likes
·
0 Votes
·
0 Comments
·
Do I replace the existing code with this new code, or add it as another line?
·
Monday, 13 November 2017 12:28
·
1 Likes
·
0 Votes
·
0 Comments
·
Either or, it's to determine if when it shows the start date is correct. This will output the start and end time for the current repeat.
·
Monday, 13 November 2017 13:28
·
1 Likes
·
0 Votes
·
0 Comments
·
View Full Post