Active
Project:
Feed Element Mapper
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2009 at 19:33 UTC
Updated:
18 Nov 2009 at 12:07 UTC
When I use DTSTART and DTEND things work well.
when I map VEVENT:DATE to iCal VEVENT (as is recommended) CRON runs forever and I can't interrupt it. I have repeated this many times the past few days and always end up in the same place, with a CRON that never ends.
Comments
Comment #1
Branjawn commentedI have figured out that some events import with DTSTART;VALUE=DATE:20090417 and others have only DTSTART:20081122T000000Z. Could this be messing things up?
Comment #2
Branjawn commentedExample:
Comment #3
Branjawn commentedMore info, read this somewhere:
So, I'm trying to import the same field DTSTART as Date and Datetime? Could that be screwing things up? If so, there is nothing I can do about it right? Because the feed is generated by Google Calendar and I have no control over that...
Comment #4
Branjawn commentedComment #5
dhigby commentedI have the same problem. Drupal 6.13 and latest devs of Date, Feedapi mapper, Feed, Calendar, etc.
The import seems to be working fantastic, but there must be one or two entries that cause it to hang when importing a Google iCal
I get error that times out cron after 4 minutes:
Fatal error: Maximum execution time of 240 seconds exceeded in /home/isoadmin/public_html/new/sites/all/modules/date/date_repeat/date_repeat_calc.inc on line 339
I guess I should post this under the Date module also...