Skip to content

Conversation

@dangkhoipro
Copy link
Contributor

@dangkhoipro dangkhoipro commented Jan 7, 2026

Description

  • Add new command: create-quick-event – quickly create Google Calendar events via deterministic natural language parsing (no AI setup/API key required). Optimized for common use: update title and startTime only.

Screencast

image

Checklist

- feat: add changelog
- feat: add quick event
- Initial commit
- Initial commit
@raycastbot raycastbot added extension fix / improvement Label for PRs with extension's fix improvements extension: google-calendar Issues related to the google-calendar extension AI Extension platform: macOS platform: Windows labels Jan 7, 2026
@raycastbot
Copy link
Collaborator

raycastbot commented Jan 7, 2026

Thank you for your contribution! 🎉

🔔 @thomaspaulmann @j3lte @markusjura @fabitosh @geekyed you might want to have a look.

You can use this guide to learn how to check out the Pull Request locally in order to test it.

📋 Quick checkout commands
BRANCH="ext/google-calendar"
FORK_URL="https://github.com/dangkhoipro/raycast-extensions.git"
EXTENSION_NAME="google-calendar"
REPO_NAME="raycast-extensions"

git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run dev

Due to our current reduced availability, the initial review may take up to 10-15 business days.

@dangkhoipro dangkhoipro marked this pull request as ready for review January 7, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Extension extension fix / improvement Label for PRs with extension's fix improvements extension: google-calendar Issues related to the google-calendar extension platform: macOS platform: Windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants