Dear community
Could someone help me with an AppleScript that counts calendar events? I have hundreds of meetings a year and want to count them for statistics. It should count all events in a specific calendar filtered by event titles (the beginning letters) in a whole year (I need a whole year, and for each month separately).
- The script should ask for the year.
- count all events for the whole year and for every month in that year, filtered as follows:
- the titles begin with „Meeting“
- from that whole year
- in a specific calendar „private“ (iCloud calendar).
Example with Input 2018. The output could look like this:
Year 2018: 250 (meetings)
January: 22
February: 28
March: 19
April: 26
...
December: 22
Is that possible?
Thank you! Alen
Could someone help me with an AppleScript that counts calendar events? I have hundreds of meetings a year and want to count them for statistics. It should count all events in a specific calendar filtered by event titles (the beginning letters) in a whole year (I need a whole year, and for each month separately).
- The script should ask for the year.
- count all events for the whole year and for every month in that year, filtered as follows:
- the titles begin with „Meeting“
- from that whole year
- in a specific calendar „private“ (iCloud calendar).
Example with Input 2018. The output could look like this:
Year 2018: 250 (meetings)
January: 22
February: 28
March: 19
April: 26
...
December: 22
Is that possible?
Thank you! Alen