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

0

Monthly active users

11 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


Quick Start

Run with real data

{
"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
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

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Meeting AnalyzedEach Teams meeting cost calculated$0.01

Troubleshooting

"API key is required"

  • 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?

Just run the actor without credentials. It returns clearly labeled sample data and charges no task events.


Running without credentials

If you run this actor without Azure AD credentials (tenantId, clientId, clientSecret), it does not fail. It returns a clearly labeled sample analysis (the output includes demo: true and a _notice field) and charges no task events. Provide your own API credentials in the input to receive live data.


Built by John Rippy | Actor Arsenal