srz-zumix/Google Calendar Dispatch Action

Retrieves incomplete events/tasks from Google Calendar and sends repository dispatch for past-due items

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for repository dispatch (requires repo scope)yes
time-rangeTime range in minutes to look back for eventsno30
calendar-idsComma-separated list of Google Calendar IDsno
task-list-idsComma-separated list of Google Tasks list IDsno
google-credentialsGoogle credentials JSON. Falls back to GOOGLE_APPLICATION_CREDENTIALS if not specifiedno
repositoryTarget repository for dispatch (format: owner/repo). Defaults to current repositoryno
event-typeDefault event type for repository dispatchnocalendar-dispatch
namedescription
dispatched-countNumber of successfully dispatched events/tasks
skipped-countNumber of skipped events/tasks (already completed or not yet due)
error-countNumber of events/tasks that encountered errors