# Set Up Credentials


To get started with Remarcal, you need to set up credentials for both Google and Microsoft. These credentials are essential to connect your Google and Outlook accounts without requiring an external server for authorization.

  • Google credentials will be used to connect your Google accounts.
  • Microsoft credentials will be used to connect your Outlook accounts.
  • If you don't plan to connect one of these account types, you can skip setting up the corresponding credentials.

# 1. Generate Google Credentials

Watch video tutorial ->

  1. Go to the Google Cloud Console
  2. Create a new project
  3. Enable Google Calendar API and Google Tasks API
  4. Configure OAuth Consent Screen
  5. Add Calendar and Tasks Scopes
  6. Create Credentials
https://www.googleapis.com/auth/calendar.readonly
https://www.googleapis.com/auth/tasks.readonly
http://localhost:64182/google-oauth/callback

# Generate Google Credentials Video Tutorial

Generate Google Credentials

# 2. Generate Microsoft Credentials

Watch video tutorial ->

  1. Go to Microsoft Azure
  2. Search for App Registrations
  3. Create New Registration
  4. Add API Permissions
  5. Create New Client Secret
http://localhost:64182/microsoft-oauth/callback

# Generate Microsoft Credentials Video Tutorial

Generate Microsoft Credentials

# 3. Enter Credentials in the Remarcal App

After generating your Google and/or Microsoft credentials, the next step is to enter them into the Remarcal app. Follow the video guide to enter your credentials accurately.

Enter Credentials