Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

masterjedi73

macrumors 6502
Original poster
Jan 12, 2004
439
4
Is there any way to count the number of events in a specific calendar over a month or a year in Apple Calendar (Big Sur)?
 
That seems like something you could use AppleScript to get from the Calendar.app. Something like:
Code:
tell application "Calendar"
    get count of events in calendar 1
end tell
This assumes there's only one calendar open, and it covers only one year.

Look at Calendar's scripting dictionary to figure out how to specify events that match a particular month and year.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.