• Resolved rxatwell

    (@rxatwell)


    I am using a link that results in a download of a .ics file with data in it but the debug in the plugin shows the follow:

    [Load status] => Array
    (
    [0] => Attempted to load URL via cURL
    [1] => HTTP response: 302
    )

    [URL contents retrieved] => 323 bytes
    [Calendar name] =>
    [Calendar description] =>
    [Calendar time zone] => America/New_York
    [Parsed date range] => 2019/12/16 to 2021/01/22
    [Errors] => Array
    (
    [0] => Calendar contains no events.
    )

    [Events parsed] => 0
    )

    Any ideas why it is not displaying/reading the .ics file correctly?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author room34

    (@room34)

    Looks like the URL you’re using has a rewrite to another URL. Trying to load it in a browser or a calendar app will just follow the redirect but the plugin can’t do that. You’ll need to find out what the redirect URL is. (If your URL starts with https:// you may just need to change it to https:// to get it to work.)

    Thread Starter rxatwell

    (@rxatwell)

    Excellent, quick response. Changing my url to https resolved the issue. Thank you, sir.

    Plugin Author room34

    (@room34)

    Great, I’m glad it was that simple! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘‘Calendar contains no events’ error’ is closed to new replies.