elastic/WebCal Person Retriever
Reads person from current webcal event
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webcal_url | URL of the web cal | yes | — |
| days_offset | positive or negative number of days to add / subtract from current date | no | 0 |
Outputs
| name | description |
|---|---|
| success | Returns true if a person could have been retrieved successfully. |
| person_id | The person |
| start_date | The start date of the period. |
| end_date | The end date of the period. |