Importer is located under My Calendar > My Calendar Pro > Importer.
Import Events Settings
Restrict event import by time
If you have an import file that contains a wide range of events, you can restrict your import to a subset of those events based on date.
- Ignore events in the past
- Ignore events more than a month in the past
- Ignore events more than a year in the past
Import Events from iCal format (.ics)
Import to Category
If you’re importing an iCal source from a URL, you can assign the events from this URL to a specific category in your calendar. The iCal format doesn’t include any native data that can be used as a category.
Import Events from CSV
A .csv file, or comma separated values file, offers a significantly more flexible way of importing events than the standardized iCal format (.ics). While .ics files are standardized, they’re also quite limited in how they’re structured and what information can be included.
The only absolutely required fields are event_title
and event_begin
, but you can also automatically generate categories and locations from your CSV import file.
Your CSV file must have a header row that includes the field names as listed below, e.g. “event_id,event_title,event_begin”. The header row will be used to map values to My Calendar’s data structures.
Supported CSV Fields
event_title
: Titleevent_begin
: Starting Dateoccur_begin
: Starting Dateevent_end
: Ending Dateoccur_end
: Ending Dateevent_time
: Starting Timeevent_endtime
: Ending Timecontent
: Descriptionevent_desc
: Descriptionevent_short
: Excerptevent_link
: External event URLevent_link_expires
: Link expirationevent_recur
: Recurring frequency period: S – single, D – day, E – weekdays, W – weekly, M – month/date, U – month/day, Y – year.event_repeats
: Number of repetitions or date to repeat until. 4 = event repeats 4 times, for a total of 5 occurrences. 2022-05-25 means “repeats until May 25th, 2022”.event_every
: Recurrence frequency multiplier. D + 3 == every 3 days, 2 + W == every two weeks.event_image
: Event Image URLevent_allday
: Event is all-dayevent_author
: Author IDevent_approved
: Publishing status (0: draft, 1: published, 2: trashed)event_category
: Category Name or IDcategory_color
: Category Colorcategory_icon
: Category Iconcategory_private
: Category Privacy statusevent_fifth_week
: Omit week 5 recurrencesevent_holiday
: Cancel on Holidaysevent_group_id
: Event Group IDevent_span
: Event spans multiple daysevent_hide_end
: Hide end dateevent_status
: Event Statusevent_flagged
: Event Flagged as Spamevent_tickets
: Event Tickets Linkevent_registration
: Event Registration Infoevent_host
: Event Host IDevent_access
: Event Accessibility Datalocation_preset
: Location IDevent_label
: Location Labelevent_street
: Location Streetevent_street2
: Location Street (2)event_city
: Location Cityevent_state
: Location Stateevent_postcode
: Location Postcodeevent_region
: Location Regionevent_country
: Location Countryevent_url
: Location URLevent_phone
: Location Phone Numberevent_phone2
: Alternate Location Phoneevent_longitude
: Location longitudeevent_latitude
: Location latitudeevent_zoom
: Map zoom levelevent_location
: Location ID in locations table – assign a location to the eventUID
: Unique event ID. If an event exists with this UID already, it will be updated instead of added.event_added
: Date this event was added to source calendar
Remote import frequency
When importing events by URL, you can set a regular import schedule. This is useful for importing from sources that update periodically. As long as the import source includes a unique ID field, you won’t have to worry about importing duplicate events.
The import frequencies are based on your existing cron schedules, so they may vary, but the default frequencies are:
- One time import
- Once Weekly
- Once Monthly
- Once Hourly
- Twice Daily
- Once Daily
Scheduled Imports
In the “Remote import frequency” drop down. Selecting Once Weekly/Monthly/Hourly/Daily or Twice Daily. Opens the Scheduled Imports. Here is an example from selecting Once Weekly.
When you schedule an event import, the first automatic import will be scheduled for the future at the end of the current interval. To get the current events, complete the import in the same way you would for a one-time import. If you do not complete the one-time import, the schedule will still be established.
Individual scheduled imports can be deleted, but not edited.