Skip to content

Instantly share code, notes, and snippets.

@Dispader
Last active March 31, 2017 22:35
Show Gist options
  • Save Dispader/0f2621da158544fb27e1d503558cc0d4 to your computer and use it in GitHub Desktop.
Save Dispader/0f2621da158544fb27e1d503558cc0d4 to your computer and use it in GitHub Desktop.
Groovy Shell log for creating iCal events.
groovy:000> :load https://git.io/v2N1I
groovy:000> :register GrabCommand
groovy:000> :grab 'commons-codec:commons-codec'
groovy:000> :grab 'org.mnode.ical4j:ical4j-extensions:1.0.0'
groovy:000> import net.fortuna.ical4j.extensions.ContentBuilder
groovy:000> builder = new ContentBuilder()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment