
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
@robinpath/calendar
Advanced tools
iCal (.ics) calendar parsing, generation, event management, and date range queries
iCal (.ics) calendar parsing, generation, event management, and date range queries
The calendar module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/calendar
No credentials needed — start using it right away:
calendar.createCalendar [$event1, $event2] {"name": "My Calendar"}
| Function | Description |
|---|---|
calendar.createEvent | Create an iCal event object |
calendar.createCalendar | Create iCal string from events |
calendar.parse | Parse iCal string |
calendar.parseFile | Parse .ics file |
calendar.writeFile | Write iCal to file |
calendar.addEvent | Add event to iCal string |
calendar.removeEvent | Remove event by UID |
calendar.findEvents | Find events in date range |
calendar.today | Get today's events |
calendar.upcoming | Get upcoming events |
calendar.toJson | Convert iCal to JSON |
calendar.formatDate | Format ISO to iCal date |
calendar.parseDate | Parse iCal date to ISO |
calendar.createCalendar [$event1, $event2] {"name": "My Calendar"}
calendar.parse $icsContent
calendar.parseFile "./events.ics"
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/calendar";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
calendar.createCalendar [$event1, $event2] {"name": "My Calendar"}
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/json — JSON module for complementary functionalityMIT
FAQs
iCal (.ics) calendar parsing, generation, event management, and date range queries
The npm package @robinpath/calendar receives a total of 15 weekly downloads. As such, @robinpath/calendar popularity was classified as not popular.
We found that @robinpath/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.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.