Closed (fixed)
Project:
iCal feed parser
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2009 at 18:02 UTC
Updated:
29 Jan 2010 at 18:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
ekes commentedDevelopment started in HEAD http://drupal.org/cvs?commit=279794 the equivalent of a date mapper will be needed and this may change how things go into the arrays.
Comment #2
whatdoesitwant commented@ekes Good to see that you started this up. Are you referring to the new Feedapi replacement module Feeds? Would your linked files allow me to re-enable Ical parser with Feeds?
Comment #3
David Goode commentedHey! I've been working on the date mapper in question for feeds here: #623448: Port FeedAPI Mappers: date. Here is the ical parser patch to go with it once that's settled.
Comment #4
alex_b commentedLooking good.
- FeedsIcalDateTimeField class needs commenting
- Needs tests (I know they're in the works). After #623448: Port FeedAPI Mappers: date will shed its TZ tests, iCal parser should contain some tests for TZ handling.
Comment #5
David Goode commentedHere is an ical parser test to go along with #3.
Comment #6
David Goode commentedHere is an improved patch, includes tests so ignore the zip file and patch of my previous posts.
Comment #7
ekes commentedGreat stuff. Think moving the TZ stuff makes sense too. Cheers! Committed to head.
Still getting a fair few warnings to investigate. I'll also look into cleaning up the Date side of it, and making it more extensible.
Comment #8
alex_b commentedekes: tks for committing.
I've opened an issue for follow up cleanups and bugs: #685942: Feeds integration cleanup. Setting this to fixed.