Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter KeanuTang

    (@tedtang)

    I figured out that I can use the newer subscribe format and add Export options using this code:

    add_filter( 'tec_views_v2_subscribe_link_ics_visibility', '__return_true' );
    add_filter( 'tec_views_v2_subscribe_link_outlook-ics_visibility', '__return_true' );

    My follow-up question is: What’s the functional difference between the two export options? Why is Outlook somehow different?

    Thread Starter KeanuTang

    (@tedtang)

    This doesn’t seem to be documented anywhere, but you can hide the iCalendar option with this line of code. We’re worried it’ll be confusing to end users what the difference between iCalendar and export .ics will be:

    add_filter( 'tec_views_v2_subscribe_link_ical_visibility', '__return_false' );

    Thread Starter KeanuTang

    (@tedtang)

    For reference, to my question of “what’s the functional difference?” this may be one reason why I don’t see a difference: Bug in “Export Outlook .ics file” | www.remarpro.com

    Plugin Support Darian

    (@d0153)

    Hi @tedtang

    Thanks for reaching out.

    You can find additional details on this article on how you could remove/add calendar links.

    As you mentioned in your other thread, the difference between .ics file and outlook .ics file is the X-WR-CALNAME. X-WR-CALNAME should not be present on the outlook .ics file.

    I have already replied to your other thread, and it appears to be a bug on our plugin. We have already created an internal ticket and will update you once the fix is out.

    If you do have other concerns or issues you need help with, please create another support topic as indicated in the www.remarpro.com support guidelines.

    Plugin Support Darian

    (@d0153)

    Hi @tedtang

    We haven’t heard from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any more questions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding a download .ics link’ is closed to new replies.