Home › Forums › Calendar Products › Events Calendar PRO › .ics feed needed
- This topic has 5 replies, 2 voices, and was last updated 8 years, 5 months ago by
Shelby Manore.
-
AuthorPosts
-
October 27, 2017 at 10:46 am #1370284
Shelby Manore
ParticipantHi I’m looking to get the .ics feed for an app being built for our website. I see there is a way to get it from the expert button described in this article (https://theeventscalendar.com/knowledgebase/changing-file-name-ics-event-exports/) but there is no expert button on our calendar month view page (http://remembrancegrandrapids.com/events/).
I’m not very familiar with calendar feeds, so any help (in layman’s terms) would be appreciated.
October 30, 2017 at 6:04 am #1371326Andras
KeymasterHello Shelby,
Thanks for reaching out!
Not quite sure why the button is not showing on your site, it might be the theme is customized or there’s a modification in your style.css file.
This css snippet, if you put it at the end of your style.css file should bring it back:
#tribe-events-content-wrapper .tribe-events-ical { display: block; }Beside that this is the url for your monthly ical feed:
http://remembrancegrandrapids.com/events/?ical=1&tribe_display=monthHope this will get you started.
Let me know if you need further assistance.
Cheers,
AndrasOctober 31, 2017 at 8:57 am #1372181Shelby Manore
ParticipantThank you. I got the button to display. This link for the ical feed only pulls the current month. Is there a way for it to pull all calendar data? Is that as simple as changing “month” to “year”? I appreciate the assistance!
Thanks
November 1, 2017 at 2:40 am #1372706Andras
KeymasterHi Shelby,
Exporting the full current year or even more can be arranged. 🙂
Copy the following snippet into your theme’s functions.php file:
https://gist.github.com/andrasguseo/158de8d396cd8c6b58e149175bba995c
Once that’s in you will be able to use the following URL to get all the events of this year (2017):
http://remembrancegrandrapids.com/events/?ical=1&tribe_display=yearIf you would like to have more, then you need to slightly adjust lines 27 and 30, and then you will be able to define the end date of the export.
Let me know if that does the trick for you.
Cheers,
AndrasNovember 23, 2017 at 8:36 am #1390050Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘.ics feed needed’ is closed to new replies.
