Extension Icon

AI Text to Calendar

Convert selected text to Google Calendar event with OpenAI
AvatarIsumi
98 Installs
Overview

AI Text to Calendar

AI Text to Calendar

Overview

AI Text to Calendar is a Raycast extension that converts selected text into a Google Calendar registration URL using OpenAI's API and automatically opens it in your browser.

Preferences

Configure the extension via Raycast Settings > Extensions > AI Text to Calendar.

PropertyLabelTypeRequiredDescription
apiKeyAI Service API KeystringtrueYour personal AI service API key
modelModel NamestringfalseLLM model name, default is gpt-4o-mini
languageLanguagestringfalseLanguage of the output text, default is English
endpointEndpointstringfalseLLM service endpoint (e.g., https://api.deepseek.com/v1), default is https://api.openai.com/v1

TODO

  • User default settings (e.g., default date, time)
  • With supplementary information (e.g., selected text + user input)
  • Support for other calendar services (e.g., use Apple Script or Shortcut for Apple Calendar)

License

This project is licensed under the MIT License.

Example Test Cases

Test Casegpt-4o-mini works?gpt-4o works?
play tennis with Mike tommorrow at 5pm in the park
Math class next Monday at 10am in lecture hallx

Tips: try to use advanced LLM models for better results, especially for date reasoning.