Skip to content

Instantly share code, notes, and snippets.

@jacobmischka
Created August 6, 2017 00:47
Show Gist options
  • Save jacobmischka/c68f0a6648eb8755c5f2f9a73c4d39f8 to your computer and use it in GitHub Desktop.
Save jacobmischka/c68f0a6648eb8755c5f2f9a73c4d39f8 to your computer and use it in GitHub Desktop.
fuckfile
build: EwsToFullcalendar.cs deps
cd bin; mcs -r:Microsoft.Exchange.WebServices.dll ../EwsToFullcalendar.cs
lib:
mkdir lib
bin:
mkdir bin
deps: ews
ews: lib bin
test -d ./lib/Microsoft.Exchange.WebServices.2.2 || nuget install Microsoft.Exchange.WebServices -OutputDirectory lib
test -f ./bin/Microsoft.Exchange.WebServices.dll || cp ./lib/Microsoft.Exchange.WebServices.2.2/lib/40/Microsoft.Exchange.WebServices.dll ./bin/Microsoft.Exchange.WebServices.dll
run:
mono ./bin/EwsToFullcalendar.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment