Calendar ICS Analyzer avatar

Calendar ICS Analyzer

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Calendar ICS Analyzer

Calendar ICS Analyzer

Google Cal, Outlook, or Apple Cal exports to get comprehensive meeting culture reports. Calculates meeting costs, identifies "Could Have Been an Email" candidates, measures focus time & provides actionable recommendations. Perfect for executives, managers & consultants with productivity assessments

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

7 days ago

Last modified

Share

Upload your .ics calendar export and get a comprehensive meeting culture analysis with costs, email scores, and actionable recommendations. Generate PDF reports.


Quick Start

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

{
"demoMode": true,
"icsUrl": "",
"icsContent": "",
"dateRange": "last_month",
"averageSalary": 100000,
"currency": "USD",
"workingHoursPerYear": 2080,
"includeWeekends": false,
"excludePatterns": "personal,vacation,pto,lunch,blocked",
"generateReport": true,
"outputFormat": "full"
}

Run with real data

{
"demoMode": false,
"icsUrl": "",
"icsContent": "",
"dateRange": "last_month",
"averageSalary": 100000,
"currency": "USD",
"workingHoursPerYear": 2080,
"includeWeekends": false,
"excludePatterns": "personal,vacation,pto,lunch,blocked",
"generateReport": true,
"outputFormat": "full"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
demoModeboolean-NoWhen enabled, returns sample calendar analysis without requiring actual ICS data. Useful for testing and exploring the API.
icsUrlstring-NoURL to your exported .ics calendar file (from Google Calendar, Outlook, etc.)
icsContentstring-NoPaste your .ics file content directly (alternative to URL)
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
includeWeekendsboolean-NoInclude weekend meetings in analysis
excludePatternsstring-NoMeeting titles containing these words will be excluded (comma-separated)
generateReportboolean-NoGenerate a downloadable PDF report with visualizations
outputFormatstring-NoFormat of the analysis output

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Calendar AnalyzedEach calendar ICS file analyzed$0.02

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


Troubleshooting

"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)
  • 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