Event Calendar Pro migration

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/16/2012 1:21:35 PM
Gravatar
Total Posts 2

Event Calendar Pro migration

I have recently purchased Event Calendar Pro and am writing a SQL script to migrate data from the stock mojoPortal calendar.  However, I am having a problem.  When I copied the data over, all calendar items are showing up a day early.  I also notice that when I look at the fields, the original calendar shows an event date of 2012--03-26 00:00:00.000, but the StartTime and EndTime have the dates of 2012-03-21 19:00:00:00 and 2012-03-21 21:00:00.  I'm confused about why these dates are different.  I don't see anywhere in the existing calendar interface that has the dates of 2012-03-21.

4/20/2012 2:11:05 PM
Gravatar
Total Posts 18439

Re: Event Calendar Pro migration

Hi,

I've just created a quick and dirty import tool. It is just an .aspx page with inline code, you can download it from here. Extract it and put the EventImporter.aspx in the root of your site and navigate to it logged in as admin. It should work but you may want to try importing a single event first to make sure the time is correct and if needed you could adjust the code. If it works correctly for the first event just delete it from Event Calendar Pro then use the import all button. Keep in mind that the free Event Calendar did not use UTC, but Event Calendar Pro stores data in the database as UTC and adjusts them to the correct time zone for display.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.