• Resolved S?ren Müller

    (@pattyland)


    Hi,

    everything works wonderful with this plugin but the iCal Subscription Links.
    Instead of using the webcal:// protocol they are linked via http(s) which is not working on any of the devices I tested.

    Every browser just tries do download stuff instead of openind the default calendar application. Could this be fixed?

    Best Regards
    S?ren Müller

    _________________________________
    Update:
    I fixed that temporary via editing line 363 and 364 of my-calendar-navigation.php to:

    
    $google  = str_replace("https:", "webcal:", get_feed_link( 'my-calendar-google' ));
    $outlook = str_replace("https:", "webcal:", get_feed_link( 'my-calendar-outlook' ));
    

    As webcal:// is part of wp_allowed_protocols(), calling esc_url() afterwards is no problem. I guess there are better ways of implementation

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘iCal Subscription Links Broken’ is closed to new replies.