Microsoft Teams Meeting Cost Tracker avatar

Microsoft Teams Meeting Cost Tracker

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Microsoft Teams Meeting Cost Tracker

Microsoft Teams Meeting Cost Tracker

Calculate real-time meeting costs in Microsoft Teams. Analyze Teams calendar meetings, get "Could Have Been an Email" scores, and generate cost reports w/Adaptive Cards.This actor connects to Microsoft Graph API to analyze your Teams calendar "Could Have Been an Email" Score Meeting Culture Score

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

Calculate real-time meeting costs in Microsoft Teams. Analyze Teams calendar meetings, get 'Could Have Been an Email' scores, and generate cost reports. Perfect for organizations using Microsoft 365 who want to optimize meeting culture.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Client secret from Azure AD app registration

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"tenantId": "",
"clientId": "",
"userEmail": "",
"dateRange": "last_week",
"averageSalary": 100000,
"currency": "USD",
"workingHoursPerYear": 2080,
"excludePatterns": "personal,vacation,pto,lunch,blocked,focus time",
"outputFormat": "full"
}

Run with real data

{
"demoMode": false,
"tenantId": "",
"clientId": "",
"clientSecret": "YOUR_API_KEY_HERE",
"userEmail": "",
"dateRange": "last_week",
"averageSalary": 100000,
"currency": "USD",
"workingHoursPerYear": 2080,
"excludePatterns": "personal,vacation,pto,lunch,blocked,focus time",
"outputFormat": "full"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
demoModeboolean-NoWhen enabled, returns sample Teams meeting data without requiring Microsoft Graph API credentials. Useful for testing.
tenantIdstring-NoYour Microsoft Azure Active Directory tenant ID
clientIdstring-NoApplication (client) ID from Azure AD app registration
clientSecretstring-Yes*Client secret from Azure AD app registration
userEmailstring-NoEmail of the user whose calendar to analyze
dateRangestring-NoTime period to analyze
averageSalaryinteger-NoUsed for cost calculations. Default assumes $100k/year.
currencystring-NoCurrency for cost display
workingHoursPerYearinteger-NoUsed for hourly rate calculation
excludePatternsstring-NoMeeting titles containing these words will be excluded (comma-separated)
outputFormatstring-NoFormat of the analysis output

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Meeting AnalyzedEach Teams meeting cost calculated$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal