ashenfadashenfadCommunityยท2 Agent Skills Included

calgebra

Calendar set algebra for free time, conflicts, and scheduling

Finds free time, detects scheduling conflicts, and computes calendar metrics using simple set operations. Combines Google Calendar and iCalendar sources with recurring patterns, filters, and timezone-aware queries. Eliminates manual schedule comparison and messy date math with lazy, composable timeline queries.
npx skills add ashenfad/calgebra --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install calgebra?โ–ผ

Run `npx skills add ashenfad/calgebra --all -g -y` in your terminal to install all skills in this suite globally.

How to find free time across multiple calendars?โ–ผ

Combine calendars with the union operator, subtract busy time from your working hours, and slice a date range to list open slots.

Can calgebra read and write Google Calendar events?โ–ผ

Yes. The gcal skill connects to the Google Calendar REST API to list, create, and remove events, including recurring series, attendees, and reminders.

Does calgebra support recurring events and .ics files?โ–ผ

Yes. It supports RFC 5545 recurrence patterns like weekly or monthly rules and can load and save standard iCalendar (.ics) files.

Do I need coding experience to use calgebra?โ–ผ

Basic Python helps, but your AI agent can write and run the queries for you based on plain-English scheduling requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’