I have this link. When put in the browser, it seems to generate a file download named with current date, which is then downloaded.
Google Calendar can use this link to retrieve calendar events into my own calendar, but I need to parse the calendar using PHP.
My problem is not to make a parser, but PHP seems to get confused when I used the above link in a file_get_contents()
. It states:
failed to open stream: no suitable wrapper could be found in....
I can't seem to tackle this problem, and as it seems, others have not asked this specific question. I only found one about the Facebook webcal, which was also to no avail.