So is CCK Date field mapping actually working?
I tried importing a google calendar iCal feed using the latest FeedAPI(dev version) / feed mapper(beta 9) modules. The nodes do get created and show up in my calendar view but the times are incorrect. I have the same timezone settings in my google calendar and drupal site. I have an event scheduled for 1:00pm to 3:00pm and it shows up in Drupal as 18:00 - 20:00. Also Events flagged as an "all day event" display the same time 18:00 - 20:00. Even though I have Drupal configured to output a custom time format in 12-hour style.
I'm mapping
options->VEVENT: to my field_date (date) (iCal VEVENT). According to this thread (http://drupal.org/node/215979) options->VEVENT: is the only thing that should be mapped regardless of what other fields show up on the field mapping page.
So is this an error on my end or is there still issues importing google calendar feeds as nodes with the correct time? I have tried many different settings / configurations but nothing has worked yet.
Comments
Comment #1
internets commentedQuick update, I did find an issue with my time date format config. So the time format looking correct now but the times are still off. An event in google calendar is scheduled 1:00pm to 3:00pm and in Drupal it shows up as 6:00pm to 8:00pm.
Comment #2
kafka93 commented+1 same problem here.
Comment #3
KoCo commentedsubscribe
The tz in google Ical is set to UTC.
I'm reffering to http://drupal.org/node/451888
Shouldn't the mapper follow whatever was chosen for the date field?
If you set the date field handling to site's time zone, shouldn't the Ical always convert to the corresponding time?
Comment #4
KoCo commentedhttp://drupal.org/node/451888