This Google Apps Script project automatically updates the color of events in your Google Calendar based on specific keywords in the event titles.
- Automatically sets event colors for all owned Google Calendars
- Color-codes events with the word "meeting" in the title to orange
- Color-codes events with "!" in the title to red
- Open Google Drive and create a new Google Apps Script.
- Copy the code from
ColorEvents.gsinto the script editor. - Save and run the script to color-code your Google Calendar events.
Run the ColorEvents function manually or set up a time-driven trigger to run it automatically at your preferred intervals.
Feel free to submit pull requests or issues to improve the script or extend its functionalities.
MIT License. See the LICENSE file for details.