Hi all,

I am using the migrate module to migrate a Joomla site to Drupal 7.x site. I have migrated all users, news items, and forums into my new site, so overall migrate is working well for me and has been straightforward.

However, I now need to migrate calendar events. I have set up up a fieldtype called eventdate that can be a repeating date and also has the end date exposed.

I have spent literally **days** trying to find a clean example code to help with this but no luck. I have installed and enabled the requisite migration module and have verified that the DateMigrateFieldHandler is enabled. But I am not seeing any of the expected subfields for the destination date field (named: eventdate).

I studied the example date migration over and over but I seem to just noit be getting something.

Can someone please give me a clue for which direction I need to go?

thanks!

Comments

bachbach’s picture

hi schuffr,

did you find a solution ? would you share it ?

mikeryan’s picture

Status: Active » Postponed (maintainer needs more info)

To see the subfields, you need the patch at #1715700: Support for migrate v2.4 (subfields), or better yet the consolidated patch at #2034231: [META] Integrated patch for migration changes.

JKingsnorth’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (fixed)

This has been waiting for 'more information' for a long time, so I'm closing the issue as fixed. Please reopen it if you still require assistance.