dailypenn / eventsatpenn

Penn campus events aggregation website with Facebook integration
0 stars 0 forks source link

CSV Import #108

Open coxjc opened 6 years ago

coxjc commented 6 years ago

Implement CSV import of events, which is hosted within the admin panel.

The required columns are ["title", "start_date", "end_date", "all_day", "description", "location", "category", "twentyone", "recurring", "recurrence_freq", "recurrence_amt", "org_id"].

The column names (listed above) need to be the first row of the CSV!

image