By Guest on Saturday, 23 January 2016
Replies 3
Likes 0
Views 2.6K
Votes 0
Hello,

I'm quite new to JEvents. I recently installed it and managed to create several calenders (as a test) by either uploading from a file or from a URL. It took me a couple of attemps, but now the calendar I want to use works and I would like to remove the test-calendars.

When I first clicked on "Delete" I got the error that all related events should be removed first. So I did that. When I click on "Delete" now no error message is shown and no calendar is deleted <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very Sad" /><!-- s:cry: -->

Can someone help me to delete the calendars?

I deleted the file of URL-calendar from the server and uploaded it again. Tried to update the calendar and it reloads the events. But still, after deleting the events I can't delete the calendar. Does it matter if the calender is published or if refreshing is on/off?
Make sure you remove all 'past' events in the list of events first - these are hidden by default
·
Sunday, 24 January 2016 10:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hallo,
I have problem with this issue also, I deleted all categories..all events and in Calendars I can not delete any calendar where I have previously had event..I checked no past events..and I am constantly getting this message

Deleting this will create orphan events - delete the events first
·
Wednesday, 19 October 2016 09:36
·
0 Likes
·
0 Votes
·
0 Comments
·
This message will appear if there are any events of any description associated with that calendar. Possibly unpublished, trashed or special access.

If you can't find them anywhere and you have access to phpMyAdmin you can find them using the query
SELECT ev_id FROM xxx_jevents_vevent WHERE icsid = 12

change 12 to match your calendar if and xxx to match your joomla table prefix.

Does the result give you any clues as to which events need to be deleted first.
·
Wednesday, 19 October 2016 19:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post