srz-zumix/Google Calendar Dispatch Action
Retrieves incomplete events/tasks from Google Calendar and sends repository dispatch for past-due items
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for repository dispatch (requires repo scope) | yes | — |
| time-range | Time range in minutes to look back for events | no | 30 |
| calendar-ids | Comma-separated list of Google Calendar IDs | no | — |
| task-list-ids | Comma-separated list of Google Tasks list IDs | no | — |
| google-credentials | Google credentials JSON. Falls back to GOOGLE_APPLICATION_CREDENTIALS if not specified | no | — |
| repository | Target repository for dispatch (format: owner/repo). Defaults to current repository | no | — |
| event-type | Default event type for repository dispatch | no | calendar-dispatch |
Outputs
| name | description |
|---|---|
| dispatched-count | Number of successfully dispatched events/tasks |
| skipped-count | Number of skipped events/tasks (already completed or not yet due) |
| error-count | Number of events/tasks that encountered errors |