Closed (works as designed)
Project:
Date iCal
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2012 at 14:39 UTC
Updated:
27 May 2012 at 13:29 UTC
I can't seem to import my ical feed in Google Calendar (by url) due to the fact that the first lines of the ical file are as follows:
BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
When I download the ical file, remove the tab at the beginning of the first line and import the events from file in Google Calendar, all works fine.
Does anyone else observe this behavior?
Any clue where this tab is printed and how to correct this?
Thanks
Comments
Comment #1
RealBirkoff commentedNevermind, this was caused by a trailing tab character in one of my php classes I use..
Found the solution in this thread.