Skip to content

Instantly share code, notes, and snippets.

@hartct
Created September 22, 2011 02:41
Show Gist options
  • Save hartct/1233906 to your computer and use it in GitHub Desktop.
Save hartct/1233906 to your computer and use it in GitHub Desktop.
Custom properties for Outlook vCalendar/iCalendar
cal = Calendar.new
# normal iCalender stuff here...
cal.custom_property("METHOD", "PUBLISH")
cal.custom_property("X-MS-OLK-FORCEINSPECTOROPEN", "TRUE")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment