
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@robinpath/google-calendar
Advanced tools
Google Calendar module for RobinPath.
The google-calendar module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/google-calendar
1. Set up credentials
googleCalendar.setCredentials "ya29.xxx"
2. List events from a calendar.
googleCalendar.listEvents "primary" {"timeMin":"2025-01-01T00:00:00Z","maxResults":10}
| Function | Description |
|---|---|
google-calendar.setCredentials | Set the OAuth2 access token for Google Calendar API. |
google-calendar.listEvents | List events from a calendar. |
google-calendar.getEvent | Get a single event by ID. |
google-calendar.createEvent | Create a new calendar event. |
google-calendar.updateEvent | Update an existing event. |
google-calendar.deleteEvent | Delete a calendar event. |
google-calendar.listCalendars | List all calendars for the authenticated user. |
google-calendar.createCalendar | Create a new calendar. |
google-calendar.quickAdd | Create an event from a natural-language text string. |
google-calendar.freeBusy | Check free/busy status for calendars. |
googleCalendar.listEvents "primary" {"timeMin":"2025-01-01T00:00:00Z","maxResults":10}
googleCalendar.getEvent "primary" "event-id"
googleCalendar.createEvent "primary" {"summary":"Meeting","start":{"dateTime":"2025-06-01T10:00:00Z"},"end":{"dateTime":"2025-06-01T11:00:00Z"}}
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/google-calendar";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
googleCalendar.setCredentials "ya29.xxx"
googleCalendar.listEvents "primary" {"timeMin":"2025-01-01T00:00:00Z","maxResults":10}
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/google-sheets — Google Sheets module for complementary functionality@robinpath/google-contacts — Google Contacts module for complementary functionality@robinpath/google-forms — Google Forms module for complementary functionality@robinpath/gmail — Gmail module for complementary functionality@robinpath/outlook — Outlook module for complementary functionalityMIT
FAQs
Google Calendar integration — list, create, update, delete events, manage calendars, quick-add natural-language events, check free/busy, move events between calendars, and respond to invitations. Service-account authentication using a JWT exchange (no use
The npm package @robinpath/google-calendar receives a total of 8 weekly downloads. As such, @robinpath/google-calendar popularity was classified as not popular.
We found that @robinpath/google-calendar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.