Skip to content

Instantly share code, notes, and snippets.

View Pho3nix's full-sized avatar
👨‍💻

Felix Sammet Pho3nix

👨‍💻
View GitHub Profile

Keybase proof

I hereby claim:

  • I am pho3nix on github.
  • I am felixsammet (https://keybase.io/felixsammet) on keybase.
  • I have a public key ASCRdBd8hjWHKSDtoFjdAPWZXOPGC6yoIdRjYzHSX0Ypygo

To claim this, I am signing this object:

@Pho3nix
Pho3nix / VacationReporter.gs
Last active October 23, 2017 20:02
Added Vacation Reporter
var teamMembers = ['Christian Strunk','Kirill Khaidukov'];
var googleCalendar = google.calendarWhosOut;
var slackInputHook = slack.inputHook.sam;
function sendVacationReportForTomorrow() {
var url = slackInputHook;
var payload = {
"text" : todayReport(),// <-- required parameter
"mrkdwn": true,
}
@Pho3nix
Pho3nix / SlackIntegration.gs
Last active October 18, 2017 08:06
Fixed issue
function getURL(debug) {
if(!debug)
//#team-playmobile channel
return slack.inputHook.teamplaymobile;
else {
//#Me Slackbot
return slack.inputHook.sam;
}
}
p [(CALayer *)[[[[UIApplication sharedApplication] windows] objectAtIndex:0] layer] setSpeed:.1f]