Source profileQuality 83/100

googleworkspace/cli/skills/gws-calendar/SKILL.md

gws-calendar

Google Calendar: Manage calendars and events.

Source repository stars
30,190
Declared platforms
0
Static risk flags
0
Last source update
2026-08-01
Source checked
2026-08-04

Decision brief

What it does—and where it fits

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/googleworkspace/cli --skill "skills/gws-calendar"
    Safe inspection promptEditorial

    Inspect the Agent Skill "gws-calendar" from https://github.com/googleworkspace/cli/blob/a3768d0e82ad83cca2da97724e46bea4ff0e6dbd/skills/gws-calendar/SKILL.md at commit a3768d0e82ad83cca2da97724e46bea4ff0e6dbd. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Helper Commands

      Review the “Helper Commands” section in the pinned source before continuing.

      Review and apply the “Helper Commands” source section.
    2. 02

      API Resources

      Note: We recommend to authenticate as the intended data owner of the calendar. You can use domain-wide delegation of authority to allow applications to act on behalf of a specific user. Don't use a service account for authentication. If you use a service account for authenticati…

      delete — Deletes an access control rule.get — Returns an access control rule.insert — Creates an access control rule.
    3. 03

      acl

      delete — Deletes an access control rule.

      delete — Deletes an access control rule.get — Returns an access control rule.insert — Creates an access control rule.
    4. 04

      calendarList

      delete — Removes a calendar from the user's calendar list.

      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.
    5. 05

      calendars

      Note: We recommend to authenticate as the intended data owner of the calendar. You can use domain-wide delegation of authority to allow applications to act on behalf of a specific user. Don't use a service account for authentication. If you use a service account for authenticati…

      clear — Clears a primary calendar. This operation deletes all events associated with the primary calendar of an account.delete — Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.get — Returns metadata for a calendar.

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score83/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars30,190SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    googleworkspace/cli
    Skill path
    skills/gws-calendar/SKILL.md
    Commit
    a3768d0e82ad83cca2da97724e46bea4ff0e6dbd
    License
    Apache-2.0
    Collected
    2026-08-04
    Default branch
    main
    View the original SKILL.md

    calendar (v3)

    PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

    gws calendar <resource> <method> [flags]
    

    Helper Commands

    CommandDescription
    +insertcreate a new event
    +agendaShow 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 associated with the primary calendar of an account.
    • delete — Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.
    • get — Returns metadata for a calendar.
    • insert — Creates a secondary calendar. The authenticated user for the request is made the data owner of the new calendar.

    Note: We recommend to authenticate as the intended data owner of the calendar. You can use domain-wide delegation of authority to allow applications to act on behalf of a specific user. Don't use a service account for authentication. If you use a service account for authentication, the service account is the data owner, which can lead to unexpected behavior.

    • patch — Updates metadata for a calendar. This method supports patch semantics.
    • update — Updates metadata for a calendar.

    channels

    • stop — Stop watching resources through this channel

    colors

    • get — Returns the color definitions for calendars and events.

    events

    • delete — Deletes an event.
    • get — Returns an event based on its Google Calendar ID. To retrieve an event using its iCalendar ID, call the events.list method using the iCalUID parameter.
    • import — Imports an event. This operation is used to add a private copy of an existing event to a calendar. Only events with an eventType of default may be imported. Deprecated behavior: If a non-default event is imported, its type will be changed to default and any event-type-specific properties it may have will be dropped.
    • insert — Creates an event.
    • instances — Returns instances of the specified recurring event.
    • list — Returns events on the specified calendar.
    • move — Moves an event to another calendar, i.e. changes an event's organizer. Note that only default events can be moved; birthday, focusTime, fromGmail, outOfOffice and workingLocation events cannot be moved.
    • patch — Updates an event. This method supports patch semantics.
    • quickAdd — Creates an event based on a simple text string.
    • update — Updates an event.
    • watch — Watch for changes to Events resources.

    freebusy

    • query — Returns free/busy information for a set of calendars.

    settings

    • get — Returns a single user setting.
    • list — Returns all user settings for the authenticated user.
    • watch — Watch for changes to Settings resources.

    Discovering Commands

    Before calling any API method, inspect it:

    # Browse resources and methods
    gws calendar --help
    
    # Inspect a method's required params, types, and defaults
    gws schema calendar.<resource>.<method>
    

    Use gws schema output to build your --params and --json flags.

    Alternatives

    Compare before choosing

    Computed 10042,968

    coreyhaines31/marketingskills

    ab-testing

    When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

    Computed 10023,781

    alirezarezvani/claude-skills

    app-store-optimization

    App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

    Computed 1004,922

    dotnet/skills

    migrate-vstest-to-mtp

    Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing

    Computed 100165

    JasonColapietro/suede-creator-skills

    suede-ab-testing

    Suede-owned experimentation discipline for hypotheses, sample sizing, test duration, significance, and repeatable experiment programs. Use when comparing variants, deciding whether a result is reliable, or building an experiment backlog and cadence. NOT FOR: analytics instrumentation (use suede-analytics), post-click conversion diagnosis (use suede-site-alchemy), or writing the variant copy itself (use suede-copy).