Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
daabr committed Aug 28, 2024
1 parent a77d5c4 commit d2826f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions room_reservation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ The list of available meeting rooms is stored in a Google Sheet, which looks lik
## AutoKitteh Integrations

Google Calendar, Google Sheets, Slack

## Implementation Languages

🐍 Python
6 changes: 3 additions & 3 deletions room_reservation/autokitteh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ project:
- name: slack_slash_command_roomstatus
connection: slack_conn
event_type: slash_command
call: room_status.py:on_slack_roomstatus_slash_command
filter: data.command == "/roomstatus"
call: room_status.py:on_slack_roomstatus_slash_command
- name: slack_slash_command_createmeeting
connection: slack_conn
event_type: slash_command
call: create_meeting.py:on_slack_createmeeting_slash_command
filter: data.command == "/createmeeting"
call: create_meeting.py:on_slack_createmeeting_slash_command
- name: slack_slash_command_whatsfree
connection: slack_conn
event_type: slash_command
call: whats_free.py:on_slack_whatsfree_slash_command
filter: data.command == "/whatsfree"
call: whats_free.py:on_slack_whatsfree_slash_command

0 comments on commit d2826f1

Please sign in to comment.