Migrate to Modern Campus CMS Calendar
From Helios CalendarLink to this section
Modern Campus CMS administrators with administrator access to Helios can migrate your calendar to Modern Campus CMS using custom export and import tools.
Export from Helios
Create Export Template
Administrators,
- Log in to Helios
- Go to Tools > Manage Templates.
- Click Add Template.
- Type to enter a name for your template.
- In the File Extension field, type
.csv
. - In the Sort Order dropdown, select Date, Category, Title.
- In the Group By dropdown, select Event.
- In the Date Format dropdown, select Short Date (XX/XX/XXXX).
- In the Header (Optional) text box, paste the following single line of text, including the final line break (hard return):
event_id,title,description,eventDate,startTime,endTime,event_cost,event_billboard,contactName,contactEmail,contactPhone,contact_url,space,locationName,locationAddress,locationAddress2,locationCity,locationRegion,locationPostalCode,loc_country,loc_url,date_series,date_unique,category_unique,desc_notags,cal_url
- After pasting, double-check that you have a line break (hard return) following "cal_url."
- After pasting, double-check that you have a line break (hard return) following "cal_url."
- In the Content text box, paste the following single line of text, including the final line break (hard return):
[event_id],[event_title],[event_desc],[event_date],[event_time_start],[event_time_end],[event_cost],[event_billboard],[contact_name],[contact_email],[contact_phone],[contact_url],[space],[loc_name],[loc_address],[loc_address2],[loc_city],[loc_region],[loc_postal],[loc_country],[loc_url],[date_series],[date_unique],[category_unique],[desc_notags],[cal_url]
- After pasting, double-check that you have a line break (hard return) following "[cal_url]."
- After pasting, double-check that you have a line break (hard return) following "[cal_url]."
- Click Save Template.
Export Events Using New Template
Administrators,
- Go to Tools > Export Events.
- In the Export Format Template dropdown, select the CSV template you just created.
- In the Delivery Method dropdown, select Download as File.
- Choose the range of future event dates to export.
- Past events will not be imported into Modern Campus CMS calendar.
- Select all categories.
- Click Export Events.
Upload to Modern Campus CMS
Administrators,
- Log in to Modern Campus CMS.
- Go to Add-Ons > Calendar > Settings.
- If you have not titled and subtitled your events page, type to enter and click Save.
- In the Calendar dropdown, select the calendar to import all events.
- If you have not created a calendar, go to Overview > Calendars.
- In the file chooser, select the CSV file you exported from Helios.
- Click Open.
- Click Upload.
- Click Save.
If your events imported with no errors, go to Calendar > Pending Approval to review the imported data. In the table header, Select All > Publish to add events to your public calendar.
Correct Errors
If your events imported with errors or duplicates,
- From the Import Errors box, copy the text.
- Navigating away from this Modern Campus CMS session will cause error text to be lost.
- Navigating away from this Modern Campus CMS session will cause error text to be lost.
- Paste the error text in Notepad, Notepad++, or some other simple text editor.
- Opening CSV files in Excel may corrupt the date/time format.
- Correct the errors using the messages in the the error text.
- Errors can include incorrect date/time format, importing past events, duplicate events, and exporting events from Helios without using the correct template.
- If the message describes an error similar to, "java.time.format.DateTimeParseException: Text ' 9:45 AM ' could not be parsed at index 0" you likely have an extra space in the time format. Using this error example, we remove the character space before 9:45 and after AM.
- Save as
.csv
. - Re-upload the CSV file to Modern Campus CMS.
Go to Calendar > Pending Approval to review the imported data. In the table header, Select All > Publish to add events to your public calendar.
Advanced Import with CSV Modification
If you are comfortable working with CSV files in a text editor, you can add columns to the file you exported from Helios. Opening CSV files in Excel may corrupt the date/time format.
To import events to different Modern Campus CMS calendars, add a column named "categoryName" and enter the calendar name in the row for each event.
To add tags your events, add a column named "tags" and enter the tags in the row for each event. Multiple tags should be delimited with the semicolon character, for example, oneTag;anotherTag;
Change event feeds to Modern Campus CMS Calendar
If you use an RSS feed to display your events, replace the URL for your current calendar RSS with the Modern Campus CMS calendar RSS. If you have a standard implementation, switch your feed as follows:
- After setting up your Modern Campus CMS calendar, go to the public events page.
- Click RSS.
- Copy the URL for the RSS page.
- In Modern Campus CMS, go to your feed page (
/_resources/data/events.pcf
or similar). - In Properties, paste the RSS URL to the External XML URL field.
- Save and Publish.
If your event feed implementation is unique or if you use a custom RSS structure, log in to the help desk for options.
Export from Other CalendarsLink to this section
If you are not using the Helios calendar, you can still import to the Modern Campus CMS calendar.
- Export data from your calendar as a CSV file.
- Open the CSV in Notepad, Notepad++, or some other simple text editor.
- Opening CSV files in Excel may corrupt the date/time format.
- In the header row, paste the following single line of text, including the final line break (hard return):
event_id,title,description,eventDate,startTime,endTime,event_cost,event_billboard,contactName,contactEmail,contactPhone,contact_url,space,locationName,locationAddress,locationAddress2,locationCity,locationRegion,locationPostalCode,loc_country,loc_url,date_series,date_unique,category_unique,desc_notags,cal_url
- After pasting, double-check that you have a line break (hard return) following "cal_url."
- Move the event data in your CSV to align with the column headings.
- Save as
.csv.
- Upload the CSV file to Modern Campus CMS.