gws-calendar
SolidGoogle Calendar: Manage calendars and events.
AI & Automation 26,697 stars
1403 forks Updated 2 weeks ago Apache-2.0
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# calendar (v3)
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
```bash
gws calendar <resource> <method> [flags]
```
## Helper Commands
| Command | Description |
|---------|-------------|
| [`+insert`](../gws-calendar-insert/SKILL.md) | create a new event |
| [`+agenda`](../gws-calendar-agenda/SKILL.md) | Show upcoming events across all calendars |
## API Resources
### acl
- `delete` — Deletes an access control rule.
- `get` — Returns an access control rule.
- `insert` — Creates an access control rule.
- `list` — Returns the rules in the access control list for the calendar.
- `patch` — Updates an access control rule. This method supports patch semantics.
- `update` — Updates an access control rule.
- `watch` — Watch for changes to ACL resources.
### calendarList
- `delete` — Removes a calendar from the user's calendar list.
- `get` — Returns a calendar from the user's calendar list.
- `insert` — Inserts an existing calendar into the user's calendar list.
- `list` — Returns the calendars on the user's calendar list.
- `patch` — Updates an existing calendar on the user's calendar list. This method supports patch semantics.
- `update` — Updates an existing calendar on the user's calendar list.
- `watch` — Watch for changes to CalendarList resources.
### calendars
- `clear` — Clears a primary calendar. This operation deletes all events associ...
Details
- Author
- googleworkspace
- Repository
- googleworkspace/cli
- Created
- 2 months ago
- Last Updated
- 2 weeks ago
- Language
- Rust
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
gws-calendar
Google Calendar: Manage calendars and events.
335 Updated today
aiskillstore AI & Automation Listed
gws-calendar
Google Calendar: Manage calendars and events.
21 Updated 4 days ago
project-nomos Web & Frontend Listed
gws-calendar
This skill should be used when the user says "manage my calendar", "list my calendars", "update calendar settings", "share a calendar", "delete a calendar", "check free/busy time", or wants to broadly manage Google Calendar. Covers calendars, events, ACL rules, free/busy queries, and settings.
3 Updated 2 days ago
radesjardins AI & Automation Listed
calendar
View agendas, manage events, check availability, and update calendars with gws.
0 Updated 2 days ago
pgoell AI & Automation Solid
gws-calendar-agenda
Google Calendar: Show upcoming events across all calendars.
26,697 Updated 2 weeks ago
googleworkspace