Skip to content

Demonstrates calling the GTM api using Powershell.

License

Notifications You must be signed in to change notification settings

smatechnologies/gotomeeting-powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoToMeeting API Powershell functions

This script contains functions related to the GoToMeeting API. The functions are to help create scripts that need information from GoToMeeting.

Prerequisites

Instructions

To use the functions in this module, you first need to import them into your script.

Example:

Import-Module "C:\GoToMeetingModule.psm1" -Force

Functions:

  • SMA_GTMLogin - Authenticates your account initally with the API
  • SMA_GTMLoginRefresh - Refreshes your API credentials (must be done periodically as the tokens expire)
  • SMA_GTMPersonalMeetings - Returns information about your personal scheduled meetings
  • SMA_GTMSetup - Used in conjunction with the OpCon API to store your login tokens
  • SMA_GTMStartMeeting - Starts a new GoToMeeting session
  • SMA_GTMUpcomingMeetings - Returns information about upcoming scheduled meetings (could be shared with a group)

Disclaimer

No Support and No Warranty are provided by SMA Technologies for this project and related material. The use of this project's files is on your own risk.

SMA Technologies assumes no liability for damage caused by the usage of any of the files offered here via this Github repository.

License

Copyright 2020 SMA Technologies

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contributing

We love contributions, please read our Contribution Guide to get started!

Code of Conduct

Contributor Covenant SMA Technologies has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.

About

Demonstrates calling the GTM api using Powershell.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published