Skip to content

apare/UltimateQuebecCalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate Québec Calendar

The easiest way to manage your ultimate frisbee games

This is the code of the Ultimate Quebec Calendar Chrome Extension that provide an easy way to add your ultimate frisbee game from the site ultimatequebec.ca.

How to install

If you want to install right from the Chrome Web Store

How to build your custom extension

You will require Node and Typescript to be installed if you want to build your custom extension.

Build

This tsconfig.json file allows you to build the project by using

$ tsc

Setup

In the file manifest.json you will see this line :

"client_id" : "INSERT_CLIENT_ID",

The client_id is a Google Api Client id.

Create a project

If you do not have any google Developers project, you can create one at Google Developers Console

Enabled Calendar API

In the Google Developers Console go to :

  1. APIs & auth > APIs
  2. Google Apps APIs > Calendar API
  3. Enabled Api

Get Client Id

In the Google Developers Console go to :

  1. APIs & auth > Credentials
    • To create an OAuth client ID, you must first set a product name on the OAuth consent screen
  2. Credentials > Add credentials > OAuth 2.0 client ID
  3. Select Chrome App
  4. Write any Name you want
  5. Write you Application ID
    • You can found this id in the Extensions panel when you add your extension
  6. Copy the client_id and paste it in the manifest.json to replace INSERT_CLIENT_ID

Releases

No releases published

Packages

No packages published