Skip to content

Instantly share code, notes, and snippets.

View dioconnoi's full-sized avatar

Emmanuel Azubuike dioconnoi

View GitHub Profile
@dioconnoi
dioconnoi / list.md
Created November 4, 2020 12:57 — forked from ih2502mk/list.md
Quantopian Lectures Saved
@sdolenc
sdolenc / 0.md
Last active June 1, 2025 16:37
Import Recurring Events to Google Calendar

One method of quickly creating a lot of events in google calendar is to import a CSV file. However, there is no support for directly adding "recurring" events (birthdays, anniversaries, etc). Here's the workarond.

Summarized steps

  1. create csv file with events (no recurring)
  2. import csv into a new, temporary google calendar
  3. export temporary google calendar to an ics file
  4. edit ics file to change events into recurring
  5. import ics file into a new, permanent google calendar.
  6. delete temporary google calendar