Hi! Please help me!
If I import a csv file width 4 columns (title, start date, end date, rrule) width Node processor and CSV parser, the start and the end date imported correctly to the date field, but the rrule is not.
My csv file is something like this:

TITLE;DTSTART;DTEND;RRULE
Title;2015.08.31 8:35;2015.08.31 9:10;"RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO;UNTIL=20160614T000000Z;WKST=MO"

Can you help me?

Other modules I use:
Date iCal 7.x-3.5
Date 7.x-2.9-rc1+2-dev

CommentFileSizeAuthor
Clipboard02.jpg13.58 KBhalaszj
Clipboard01.jpg20.96 KBhalaszj
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

halaszj’s picture

Issue summary: View changes
MegaChriz’s picture

Project: Feeds » Date iCal
Version: 7.x-2.0-beta1 » 7.x-3.5
Component: Feeds Import (feature) » iCal Import
Category: Bug report » Support request
Status: Active » Fixed

Date iCal expects the value for the repeat rule to be in this format:

RRULE|RDATE|EXRUL|EXDATE

Thus four string separated by pipes.

You could use Feeds Tamper's "Rewrite" plugin to convert the value to that format, for example:
[rrule]|||

See also #2291345-37: Mapping to date repeat rule not working.

coredumperror’s picture

Title: Date field (start, end, rrule) from csv does not work » Date field import (start, end, rrule) from csv does not work
Project: Date iCal » Date
Version: 7.x-3.5 » 7.x-2.x-dev
Component: iCal Import » Date Repeat API
Status: Fixed » Active

If he's using the CSV parser, Date iCal won't get involved. It should only be doing anything when using the "iCal parser". This is likely a problem with the Date module, so I'm going to send this ticket over to there.

troybthompson’s picture

For me the RRULE field isn't even showing up in the feeds mapper anymore. Have you made progress on this?

Date 7.x-2.9
Feeds 7.x-2.0-beta1+14-dev (2015-Oct-11)