Skip to content

Repo reads from a csv file and schedules meeting/trainings and invites attendees that are read from the file

License

Notifications You must be signed in to change notification settings

gve-sw/webex_meetings_trainings_scheduler

Repository files navigation

Webex_meetings_trainings_scheduler

Script that schedules Webex Meetings/Trainings using information provided from a xlsx (Excel) or CSV file

NOTE

A more complete sample based on this one, but that only focusing on Webex Meetings can be found here:
https://github.com/gve-sw/webex_meetings_scheduler
Please use that sample if you are only going to be working with Webex Meetings and not Webex Trainings.

Author:


Prerequisites

  • Python 3
  • Webex account that has Meetings or Trainings
  • Webex ID and Password

Important Notes

  • In order to have someone else as a host, you must assign a delegate to the user who will be running the script and the host must be within the same webex organization.
  • Script will generate error due to not having delegate permissions
  • functions.py file will containing all the XML API calls if interested in tweaking the meeting/training details

alt text

Setup instructions

  1. install and clone this repo onto a machine that has python3 installed
  2. install and create a virtual environment for your project (https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/)
  3. enter the virtual environment by running source (venv name)/bin/activate
  4. install dependencies by running pip3 install -r requirements.txt file
  5. edit credentials.py to include webex ID and password (sitename, webexid, and password/token are required) or if you have oauth, follow the instructions in the ouath2.py file to generate an access token.
  6. Insert csv file onto project folder and name it meetings.csv
  7. Follow the format of the given csv

Demo

Let us this example csv from the folder

alt text

After running main.py, the script will first generate a session ticket from the credentials file in order to make APi calls

alt text

The script will now start to read the data from the csv file

alt text

The script will schedule the meeting and invite the host and antendees.

alt text

alt text

alt text

API Reference/Documentation:

License

Provided under Cisco Sample Code License, for details see LICENSE

Code of Conduct

Our code of conduct is available here

Contributing

See our contributing guidelines here

DISCLAIMER:

Please note: This script is meant for demo purposes only. All tools/ scripts in this repo are released for use "AS IS" without any warranties of any kind, including, but not limited to their installation, use, or performance. Any use of these scripts and tools is at your own risk. There is no guarantee that they have been through thorough testing in a comparable environment and we are not responsible for any damage or data loss incurred with their use. You are responsible for reviewing and testing any scripts you run thoroughly before use in any non-testing environment.

About

Repo reads from a csv file and schedules meeting/trainings and invites attendees that are read from the file

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages