Skip to content

elastic/gh-action-webcal-retriever

Repository files navigation

gh-action-webcal-retriever

usages test

GitHub Action that reads the attendee for current date from a webcal

Inputs

Name Description Required Default
webcal_url URL of the web cal true ``
days_offset positive or negative number of days to add / subtract from current date false 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

Usage

steps:
  - uses: elastic/gh-action-webcal-retriever@v1
    id: calendar
    with:
      webcal_url: 'your-calendar-url'

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors