
Skill
recipe-create-task-list
create new Google Tasks lists
Description
Set up a new Google Tasks list with initial tasks.
SKILL.md
Create a Task List and Add Tasks
PREREQUISITE: Load the following skills to execute this recipe:
gws-tasks
Set up a new Google Tasks list with initial tasks.
Steps
- Create task list:
gws tasks tasklists insert --json '{"title": "Q2 Goals"}' - Add a task:
gws tasks tasks insert --params '{"tasklist": "TASKLIST_ID"}' --json '{"title": "Review Q1 metrics", "notes": "Pull data from analytics dashboard", "due": "2024-04-01T00:00:00Z"}' - Add another task:
gws tasks tasks insert --params '{"tasklist": "TASKLIST_ID"}' --json '{"title": "Draft Q2 OKRs"}' - List tasks:
gws tasks tasks list --params '{"tasklist": "TASKLIST_ID"}' --format table
More skills from the cli repository
View all 95 skillsgws-admin-reports
generate Google Workspace audit and usage reports
Jul 12AuditGoogle WorkspaceLogsReportinggws-calendar
manage Google Calendar events and schedules
Jul 12Google CalendarGoogle WorkspaceSchedulinggws-calendar-agenda
show upcoming Google Calendar events
Jul 12Google CalendarGoogle WorkspaceMeetingsgws-calendar-insert
create Google Calendar events
Jul 12Google CalendarGoogle WorkspaceSchedulinggws-chat
manage Google Chat spaces and messages
Jul 12Google WorkspaceMessaginggws-chat-send
send messages to Google Chat spaces
Jul 12Google WorkspaceMessaging
More from Google Workspace
View publishergws-classroom
manage Google Classroom rosters and coursework
cli
Jul 12EducationGoogle Workspacegws-docs
read and write Google Docs
cli
Jul 12DocumentsGoogle DocsGoogle Workspacegws-docs-write
append text to Google Docs
cli
Jul 12DocumentsGoogle DocsGoogle WorkspaceWritinggws-drive
manage files in Google Drive
cli
Jul 12File StorageGoogle DriveGoogle Workspacegws-drive-upload
upload files to Google Drive
cli
Jul 12File StorageFile UploadsGoogle DriveGoogle Workspacegws-events
subscribe to Google Workspace events
cli
Jul 12AutomationGoogle WorkspaceNotifications