Skip to content

Instantly share code, notes, and snippets.

@sabman
Created May 23, 2009 08:18
Show Gist options
  • Save sabman/116542 to your computer and use it in GitHub Desktop.
Save sabman/116542 to your computer and use it in GitHub Desktop.
data['tutorials'].each do |s|
session_name = e[0]
# create a session ical file for tutorials
end
data['workshops'].each do |e|
session_name = e[0]
# create a session ical file for workshops
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment