Skip to content

Instantly share code, notes, and snippets.

@ragzilla
Created November 30, 2014 02:47
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 ragzilla/4f778455b05b4102aeca to your computer and use it in GitHub Desktop.
Save ragzilla/4f778455b05b4102aeca to your computer and use it in GitHub Desktop.
/run x = CalendarEventGetNumInvites(); for i=1,x do n,l,c,z,v = CalendarEventGetInvite(i); w,o,d,y,h,m = CalendarEventGetInviteResponseTime(i); print(n..','..l..','..c..','..v..','..o*44640+d*1440+h*60+m); end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment