Skip to content

Instantly share code, notes, and snippets.

View CestDiego's full-sized avatar

Berr CestDiego

  • NYC
  • 06:51 (UTC -05:00)
View GitHub Profile
@CestDiego
CestDiego / ITPCampICS.js
Last active June 9, 2023 01:36
ITP Camp Dashboard converter to ICS
// 🪄 Experimental: Use at your own risk ✨
// Paste this into the Chrome developer tools console while you are in your dashboard page in list view
// It will either open your calendar or download an ics file, it works on my computer :)
// Read the code, and suggest improvements thanks.
let sessionsLists = document.querySelectorAll('#currentSessionsList .sessionListItem')
//Does not support events that end in the morning
let getEventData = event =>{