By Guest on Sunday, 29 July 2018
Replies 1
Likes 0
Views 883
Votes 0
I used to have two native calendars in JEvent, one for events and one for bookings (and two for imports). I decided to change to have only one native since it didn't add any value, the categories are doing the job.

When I unpublished one of the calendars, all the events added in that calendar was gone from the frontend. In the backend they didn't differ from any other event so it took me a long time to discover that the unpublished "calendar" was causing the problem.
I am not a Silver member and do not have the Calendar Specific Menus and Modules addon.

How can I overcome the problem if I want to move from two to one calendar?
Hello,

You will need to move all the events over from the unpublished calendar. If you edit the database and use this query:


UPDATE jos_jevents_vevent SET icsid = 3


Replacing jos with your DB Prefix and icsid with the id of the calendar you want all the events moved too.

Otherwise you have to update each event manually.

Many thanks
Tony
·
Monday, 30 July 2018 09:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post