-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ashlyn Slawnyk edited this page Jul 18, 2019
·
10 revisions
Welcome to the CalendarToSlack wiki!
CalendarToSlack is a Slackbot that, when authorized, will read your Outlook calendar and set a Slack status and presence (auto/away), dependent on your schedule and custom statuses. To start using the app, just send a message to the bot, e.g. Super Cal2Slack.
| Command | Functionality | Parameters | Example |
|---|---|---|---|
show |
Lists your current custom statuses | N/A | show |
set-default |
Set a default status when you're not in a meeting |
message: Status text emoji: Status emoji At least one is required. |
set-default message="Hello!" emoji=:wave: |
remove-default |
Remove your default status. When not in a meeting, you will not have a Slack status and will be shown as available. | N/A | remove-default |
set |
Set a custom status for meetings containing specific text. |
meeting: The name of the meeting to set a custom status for (required) message: Status text for meetings matching the meeting parameter. emoji: Status emoji for meetings matching the meeting parameter. The meeting and at least one of message and emoji is required. |
set meeting="Skunkworks" message="Skunkworks!" emoji=:skunkworks: |