hubot-gotomeeting
v0.1.6
Published
hubot script to manage GoToMeeting meetings
Downloads
11
Maintainers
Readme
hubot-gotomeeting
Creating an unnamed one-time meeting
GoToMeeting requires every meeting to have a name, but sometimes you just don't care. In this case, we'll create a name automatically based on the name of the requester and the current time.
[devon] hubot: create meeting
[hubot] I've created the meeting 'devon-1424453821' for you.
[hubot] Join: https://www.gotomeeting.com/join/:meeting_id
Creating a one-time meeting with a name
This will create meeting with the specified name.
[devon] hubot: create meeting Impromptu Check-In
[hubot] I've created the meeting 'Impromptu Check-In' for you.
[hubot] Join: https://www.gotomeeting.com/join/:meeting_id
Creating a recurring meeting
This will a recurring meeting with the specified name. Recurring meetings won't disappear from the meeting list after the first occurrence ends.
[devon] hubot: create recurring meeting Impromptu Check-In
[hubot] I've created the recurring meeting 'Impromptu Check-In' for you.
[hubot] Join: https://www.gotomeeting.com/join/:meeting_id
Host a meeting
This will retrieve the organizer link for the meeting.
[devon] hubot: host meeting Impromptu Check-In
[hubot] Host meeting 'Impromptu Check-In' at https://joingotomeeting.com/s234234
Joining a meeting
This will retrieve the participant link for the meeting.
[devon] hubot: join meeting Impromptu Check-In
[hubot] Join meeting 'Impromptu Check-In' at https://joingotomeeting.com/s234234
[hubot] Phone: US: +1 (571) 317-3131
[hubot] Access Code: 555-555-555
Listing known meetings
This will list all known meetings under the account. Flags are appended to active and/or recurring meetings.
[devon] hubot: list meetings
[hubot] 'Impromptu Check-In' [active] [recurring]
[hubot] 'devon-1424453821'
Installation
- Add hubot-gotomeeting to your hubot setup:
npm install hubot-gotomeeting --save
- Add
hubot-gotomeeting
to your hubot's external-scripts.json - Set the required configuration options
Configuration
HUBOT_GOTOMEETING_USER_TOKEN: GoToMeeting User OAuth Token
Improvements
Improvements or requests are welcome. Please file an issue or pull request.