Dashing widget to display Outlook calendar events Gets all the events over the next two days, and display the two next ones
Live demo:
{ | |
AWSEBDockerrunVersion: "1", | |
Authentication: { | |
Bucket: "staffjoy-deploy", | |
Key: "docker.cfg" | |
}, | |
Image: { | |
Name: "staffjoy/app:TAG", | |
Update: "true" | |
}, |
{ | |
"checks": { | |
"check_something": { | |
"command": "ps aux | grep cron", | |
"interval": 60, | |
"subscribers": ["application_server"], | |
"handlers": ["debug", "irc", "remediator"], | |
"remediation": { | |
"light_remediation": { | |
"occurrences": [1, 2], |
Dashing widget to display Outlook calendar events Gets all the events over the next two days, and display the two next ones
Live demo: