By natecovington on Friday, 30 March 2018
Replies 3
Likes 0
Views 881
Votes 0
Hi, I'm having trouble creating a new calendar based on an iCal feed.

Here is the feed I'm trying to import:
http://www.site.com/events/feed/

When I go to Jevents -> Calendars -> New
And choose my category... "From URL" and then "Load iCal from URL" - it brings me back to the original 'Calendars' screen and doesn't add anything.

I found another thread / topic on here that suggested adding this line to php.ini:
user_agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"

But that didn't fix it, either. I turned on Error Reporting = Maximum and that didn't show me any messages, either. I also tried adding the following to php.ini and this isn't helping, either:

memory_limit=100M
upload_max_filesize=100M
max_execution_time=300
post_max_size=100M


Any other ideas?

Thanks!
Hello,

That isn't an iCal Feed. That's an RSS feed I am afraid. You need to convert it to iCal first.

Many thanks
Tony
·
Monday, 02 April 2018 20:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

That isn't an iCal Feed. That's an RSS feed I am afraid. You need to convert it to iCal first.

Many thanks
Tony


Thank you: I changed the URL and lucky the iCal feed was working, too, from this external site.

Instead of this:
site.com/events/feed/

I used this:
site.com/events.ics

Cheers,
-Nate
·
Monday, 02 April 2018 21:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep the last one is indeed and ical.

Glad to hear.

Many thanks
Tony
·
Tuesday, 03 April 2018 22:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post