Microsoft Teams Meeting Cost Tracker
Pricing
from $0.01 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
11 days ago
Last modified
Categories
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
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
tenantId | string | - | No | Your Microsoft Azure Active Directory tenant ID |
clientId | string | - | No | Application (client) ID from Azure AD app registration |
clientSecret | string | - | Yes* | Client secret from Azure AD app registration |
userEmail | string | - | No | Email of the user whose calendar to analyze |
dateRange | string | - | No | Time period to analyze |
averageSalary | integer | - | No | Used for cost calculations. Default assumes $100k/year. |
currency | string | - | No | Currency for cost display |
workingHoursPerYear | integer | - | No | Used for hourly rate calculation |
excludePatterns | string | - | No | Meeting titles containing these words will be excluded (comma-separated) |
outputFormat | string | - | No | Format of the analysis output |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Meeting Analyzed | Each 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