Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:05:22 +08:00
commit 8af648aba6
5 changed files with 319 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "gcal-plugin",
"description": "Google Calendar CLI integration for scheduling events with natural language",
"version": "1.0.0",
"author": {
"name": "Fucheng Warren Zhu",
"email": "wzhu@college.harvard.edu"
},
"commands": [
"./commands"
]
}