codebruinc/ICS Calendar Validator
Validate ICS/iCalendar files for format compliance and common issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Path to ICS files to validate (supports glob patterns) | no | **/*.ics |
| fail-on-error | Fail the action if validation errors are found | no | true |
| fail-on-warning | Fail the action if validation warnings are found | no | false |
Outputs
| name | description |
|---|---|
| errors | Number of validation errors found |
| warnings | Number of validation warnings found |
| report | Detailed validation report in JSON format |