Skip to content

Instantly share code, notes, and snippets.

@saulshanabrook
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saulshanabrook/2e9dd7e8e05f85ad5ef9 to your computer and use it in GitHub Desktop.
Save saulshanabrook/2e9dd7e8e05f85ad5ef9 to your computer and use it in GitHub Desktop.
Colgate CS Tea Talk

class: center, middle

Scraping Colgate for fun and for profit


Problem


Solution


Can I automate this?

Portal -> Calander


-> Calander


BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
BEGIN:VEVENT
UID:uid1@example.com
DTSTAMP:19970714T170000Z
ORGANIZER;CN=John Doe:MAILTO:john.doe@example.com
DTSTART:19970714T170000Z
DTEND:19970715T035959Z
SUMMARY:Bastille Day Party
END:VEVENT
END:VCALENDAR

Portal -> ICS File -> Calender


Portal -> ICS File

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment