https://github.com/maximilien/meeting_booker
An Alexa based skill to book rooms from GCalendars, e.g., the rooms at Pivotal CloudFoundry in SF
https://github.com/maximilien/meeting_booker
Last synced: 3 months ago
JSON representation
An Alexa based skill to book rooms from GCalendars, e.g., the rooms at Pivotal CloudFoundry in SF
- Host: GitHub
- URL: https://github.com/maximilien/meeting_booker
- Owner: maximilien
- License: apache-2.0
- Created: 2016-05-06T20:47:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-08T02:17:49.000Z (about 9 years ago)
- Last Synced: 2025-01-04T23:42:41.676Z (5 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meeting_booker
An Alexa based skill to book rooms from GCalendars, e.g., the rooms at Pivotal CloudFoundry in SFHere is the list of commands that you can pass to Alexa:
```
Alexa ask [Your Skill Name] to find me a room
Alexa ask [Your Skill Name] to find me a meeting room
Alexa ask [Your Skill Name] to find me a room in {StartTime}
Alexa ask [Your Skill Name] to find me a room in the next {StartTime}
Alexa ask [Your Skill Name] to find me a room for {Length}
Alexa ask [Your Skill Name] to find me a room in {StartTime} for {Length}
Alexa ask [Your Skill Name] to find me a room for {Length} in {StartTime}
Alexa ask [Your Skill Name] to find me a room in the next {StartTime} for {Length}
Alexa ask [Your Skill Name] to find me a room from {StartAt} for {Length}
Alexa ask [Your Skill Name] to find me a room from {StartAt} to {EndAt}
Alexa ask [Your Skill Name] to find me a room at {StartAt}
```