Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added meeting reminder #10

Merged
merged 5 commits into from
Jul 16, 2018
Merged

Added meeting reminder #10

merged 5 commits into from
Jul 16, 2018

Conversation

ReneZumtobel
Copy link
Contributor

Implements #5. Added meetingReminder Provider. It takes an event from GoogleCal and sends a reminder to attendants.

@@ -1,4 +1,4 @@
#!/bin/bash -e

# Privileged is needed for being able to inspect packages in the host system
docker run -it --rm --net=host --privileged -v $(pwd)/config.json:/config.json -v ${PWD}/files/opt/dash-button/scripts:/opt/dash-button/scripts dev/dash-buttons
docker run -it --rm --net=host --privileged -v $(pwd)/config:/opt/dash-button/config -v ${PWD}/files/opt/dash-button/scripts:/opt/dash-button/scripts dev/dash-buttons
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to mount the directory now? Just to export the credentials file? Why not print it to the console instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I remember correctly @rponudic said that we should place the config into a separate folder and we mount the hole directory so that a provider can write a configuration, if needed. The config is written back because we thought it would be easier to transfer, but we could also print the credentials into the console.

@mburtscher mburtscher merged commit 0be8aeb into fusonic:master Jul 16, 2018
@ReneZumtobel ReneZumtobel deleted the googlecal branch July 16, 2018 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants