andyschwab/get-next-event
return the summary, description, start, and end datetimes for the next instance of a public iCal event
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 3, 2020
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: andyschwab/action-ical-event@b98bbda562b98f733fa85dda8c6d08d395cebffc # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ical-address | URL to a public iCal destination | yes | — |
| event-summary | summary (title) of the event | yes | — |
| lookout-days | number of days to look forward | yes | 365 |
Outputs
| name | description |
|---|---|
| summary | event summary (the title) |
| description | event description |
| start | event start datetime |
| end | event end datetime |