This script is a Powershell module file that contains functions for use with the Eventbrite API.
- Powershell v5.1
- Eventbrite API v3
Refer to the Eventbrite API documentation for instructions on how to obtain the necessary tokens for authenticating to the api.
This file contains functions for assiting with building a script to manage Eventbrite API resources. To use the functions you will need to import the module file into your script, see below for an example of how to do this.
Example:
Import-Module "C:\EventbriteModule.psm1" -Force
Functions in the module:
- SMA_GetAttendees - Returns attendees from an event
- SMA_GetEvents - Returns the list of events
- SMA_GetOrganization - Returns information about the organization (your business)
- SMA_GetOrganizers - Returns a list of organizers (users associated with your Eventbrite organization)
- SMA_GetUserInfo - Returns information about the user your are authenticating to the API as
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.
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.
We love contributions, please read our Contribution Guide to get started!
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.