CtrlK
BlogDocsLog inGet started
Tessl Logo

gws-calendar-agenda

Google Calendar: Show upcoming events across all calendars.

Install with Tessl CLI

npx tessl i github:googleworkspace/cli --skill gws-calendar-agenda
What are skills?

76

1.63x

Quality

66%

Does it follow best practices?

Impact

100%

1.63x

Average score across 3 eval scenarios

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/gws-calendar-agenda/SKILL.md
SKILL.md
Review
Evals

calendar +agenda

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

Show upcoming events across all calendars

Usage

gws calendar +agenda

Flags

FlagRequiredDefaultDescription
--todayShow today's events
--tomorrowShow tomorrow's events
--weekShow this week's events
--daysNumber of days ahead to show
--calendarFilter to specific calendar name or ID

Examples

gws calendar +agenda
gws calendar +agenda --today
gws calendar +agenda --week --format table
gws calendar +agenda --days 3 --calendar 'Work'

Tips

  • Read-only — never modifies events.
  • Queries all calendars by default; use --calendar to filter.

See Also

  • gws-shared — Global flags and auth
  • gws-calendar — All manage calendars and events commands
Repository
googleworkspace/cli
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.