Google Calendar MCP Server
Overview
What is Google Calendar?
Google Calendar is a time-management and scheduling tool developed by Google. It allows users to create and manage events, set reminders, and share calendars with others. With its user-friendly interface and integration with other Google services, Google Calendar has become an essential tool for individuals and businesses alike to organize their schedules efficiently.
Features of Google Calendar
- Event Creation: Users can easily create events, set dates, times, and locations, and invite others to join.
- Reminders and Notifications: Google Calendar allows users to set reminders for upcoming events and deadlines, ensuring that important dates are not missed.
- Shared Calendars: Users can share their calendars with friends, family, or colleagues, making it easier to coordinate schedules.
- Integration with Other Apps: Google Calendar integrates seamlessly with other Google services like Gmail, Google Meet, and Google Tasks, enhancing productivity.
- Mobile Access: The Google Calendar app is available on both Android and iOS, allowing users to access their calendars on the go.
- Customizable Views: Users can view their calendars in various formats, including daily, weekly, monthly, or agenda views, catering to different planning styles.
How to Use Google Calendar
- Sign In: Access Google Calendar by signing in with your Google account.
- Create an Event: Click on the "+" button or select a time slot on the calendar to create a new event. Fill in the details such as title, date, time, and location.
- Set Reminders: Choose how and when you want to be reminded about the event.
- Invite Guests: Add email addresses of people you want to invite to the event.
- Share Your Calendar: Go to "Settings" and select "Share with specific people" to share your calendar with others.
- Sync with Other Devices: Download the Google Calendar app on your mobile device to sync your events and access your calendar anywhere.
Frequently Asked Questions
Q: Is Google Calendar free to use?
A: Yes, Google Calendar is free for personal use. However, businesses can opt for Google Workspace, which includes additional features.
Q: Can I access Google Calendar offline?
A: Yes, you can enable offline access in Google Calendar settings, allowing you to view and edit your calendar without an internet connection.
Q: How do I recover a deleted event?
A: You can recover deleted events by going to the "Trash" section in Google Calendar, where deleted events are stored for 30 days.
Q: Can I sync Google Calendar with other calendar apps?
A: Yes, Google Calendar can be synced with other calendar applications like Apple Calendar, Outlook, and more through various integration options.
Q: How do I change the time zone in Google Calendar?
A: Go to "Settings," select "Time zone," and choose your preferred time zone to ensure your events are scheduled correctly.
Details
Server Config
{
"mcpServers": {
"google-calendar": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/metorial/mcp-container--v-3--google-calendar--google-calendar",
"node index.js"
],
"env": {
"GOOGLE_CLIENT_ID": "google-client-id",
"GOOGLE_CLIENT_SECRET": "google-client-secret",
"GOOGLE_REDIRECT_URI": "google-redirect-uri",
"GOOGLE_REFRESH_TOKEN": "google-refresh-token"
}
}
}
}