php-ug / php.ug

A home for all PHP-related Usergroups
https://php.ug
MIT License
94 stars 48 forks source link

Fixes issue with google-calendar validation #155

Closed heiglandreas closed 9 years ago

heiglandreas commented 9 years ago

Google-Calendar doesn't implement the HTPP-Verb HEAD and therefore validation of a calendar-URL fails when a google-calendar is provided.

This Commit instead uses the default GET-method to check for details about the calendar and therefore also works with google-calendar.

Currently tested: Google, Meetup and Wordpress' Event-Plugin