MeetingBooster API
Requests
Objects
Enums

Examples

This example is a .NET C# example showing how to connect to the MeetingBooster server using the API requests. The example will do the following:

  • Authorize using oauth (and handle token refresh, if the token expires)
  • Get a list of changed meetings since the last time the program was run
  • Download the meeting minutes for each meeting to a local folder

This example is a command line program, and you need to specify the parameters for the connection to meetingbooster.

Parameters: url folder email password
Example: ApiExample.exe https://company.meetingbooster.com c:\minutes myemail@company.com mysecret

Download

Api example

NuGet package for APIObjects