Started work on a patch to import feeds using feedapi to the event module

Still needs some work though

Currently only works for Events with a start and end date and has defaults set for timezone and other additional options

The patch is really small for anyone swithering over whether to examine it or not

You need to install and enable the ICal parser and create a Feedapi node type that parses the ICal feed using the ICal parser to a node with Events enabled on it and the patch does the rest

The patch adds six lines of code to the file feedapi_node.module

CommentFileSizeAuthor
Feedapi to Event Module.patch1.54 KBbenced

Comments

benced’s picture

link to ICal parser modules -> http://drupal.org/project/parser_ical

Breakerandi’s picture

is there a possibility to share event nodes between 2 drupal sites with feed api? I got problems to parse the start and end time of an event..