stancic/Create Google Calendar Event
Create a Google Calendar event from a GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service_account_client_email | Service Account Client Email from the GCP JSON file -> "client_email" field | yes | "" |
| service_account_client_private_key | Service Account Private Key from the GCP JSON file -> "private_key" field | yes | "" |
| calendar_id | Calendar ID from the Google Calendar Settings | yes | "" |
| summary | Event summary - It will show up as the title of the event | yes | "" |
| description | Event description - It will show up as the description of the event | yes | "" |
Outputs
| name | description |
|---|---|
| event_link | Event link |