Skip to content

Instantly share code, notes, and snippets.

@hartct
Created September 22, 2011 02:44
Show Gist options
  • Save hartct/1233908 to your computer and use it in GitHub Desktop.
Save hartct/1233908 to your computer and use it in GitHub Desktop.
Attaching vCalendar/iCalendar files for Outlook invitations
attachments['meeting.ics'] = { :content_type => 'text/calendar; method=REQUEST', :content => notification.ical_text, :encoding => '8bit' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment