.ics feed needed

Home Forums Calendar Products Events Calendar PRO .ics feed needed

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1370284
    Shelby Manore
    Participant

    Hi 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.

    #1371326
    Andras
    Keymaster

    Hello 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=month

    Hope this will get you started.

    Let me know if you need further assistance.

    Cheers,
    Andras

    #1372181
    Shelby Manore
    Participant

    Thank 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

    #1372706
    Andras
    Keymaster

    Hi 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=year

    If 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,
    Andras

     

    #1390050
    Support Droid
    Keymaster

    Hey 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘.ics feed needed’ is closed to new replies.