Appearance
Google Calendar
Google Calendar is a time-management and scheduling service provided by Google. It enables users to create and edit events, reminders, and tasks.
Key features of Google Calendar:
- Event Creation and Management: Users can create, edit, and manage events with ease.
- Sharing and Collaboration: Calendars can be shared with others, allowing for collaborative scheduling.
- Integration with Gmail: Events can be created from Gmail messages directly.
- Reminders and Notifications: Set up notifications for upcoming events via email or pop-up.
- Multiple Calendar Support: Users can create multiple calendars for different needs and manage them simultaneously.
- Mobile Access: Accessible on mobile devices, allowing users to manage their calendar on the go.
- Customizable Views: Offers daily, weekly, monthly, and agenda views.
- Time Zone Support: Automatic time zone conversion for scheduling across different locations.
- Task Management: Ability to add tasks and to-do lists.
- Event Attachments: Users can attach documents or files to calendar events.
Triggers:
- New calendar: Triggers when a new calendar is created.
- New event: Triggers when a new event is created.
Connect with Google Calendar:
Log in to your Google account.
Go to API Library in Google Cloud console.
Click the Select a project drop-down menu at the top of the page, and click the New Project button. Enter a name for your project and click the Create button.
TIP
In case you've already connected another Google service using the same API skip the following steps and proceed to step 8.
Go to API Library in Google Cloud console.
Search for Google People API in the search bar and click on it.
Click on Google People API in the list.
Click the Enable button to enable the API.
Repeat steps 4, 5, 6, and 7 for the Google Calendar API.
Go to OAuth consent screen in Google Cloud console.
Select External here for starting your app in testing mode at first. Click the Create button.
Fill in App Name, User Support E-Mail, and Developer Contact Information. Click the Save and Continue button.
Skip adding or removing scopes and click the Save and Continue button.
Click the Add Users button and add a test e-mail address, because only test users can access the app while the publishing status is set to "Testing".
Enter an e-mail address and click the Add button in the Add User window.
WARNING
Make sure to use the same e-mail address you're logged into Google with as the test user e-mail address.
Click the Save and Continue button to complete the configuration of the consent screen.
Go to Credentials.
Click the Create Credentials button and select the OAuth client ID option.
Select Web application as the application type.
Fill in the Name field.
Go to Mation and navigate to My Apps and Add a new connection choosing Google Calendar from the list.
Copy the
OAuth Redirect URL
.Go back to Google Cloud Console and click the Add URI button in the Authorized redirect URIs section.
Paste the
OAuth Redirect URL
into theAuthorized redirect URIs
field and click the Create button.Copy the
Your Client ID
value from the following pop-up and paste it into theClient ID
field on Mation.Copy the
Your Client Secret
value from the same popup and paste it into theClient Secret
field on Mation.Click the Submit button.
A pop-up window appears. Select your Google account in the pop-up window.
Click the Continue button.
Check the All calendars checkbox.
Scroll down to the bottom of the pop-up window and click the Continue button.
Your Google Calendar connection is now established.
Start using your new Google Calendar connection with Mation.