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
| Comment | File | Size | Author |
|---|---|---|---|
| Feedapi to Event Module.patch | 1.54 KB | benced |
Comments
Comment #1
benced commentedlink to ICal parser modules -> http://drupal.org/project/parser_ical
Comment #2
Breakerandi commentedis 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..