Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.14 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.14 KB

Time Sheet

Raycast extension to automate filling timesheet

Installation

Clone the project and install dependencies

npm i

Build the project

npm run build

Then you should be able to see the Time Sheet command in your Raycast.

Development

Start local development

npm run dev

Setup Google Calendar

To import tasks from the Google Calendar you will need to follow the following Steps:

  1. Visit the google api API-Console
  2. Click create Credentials and choose OAuth Client Id
  3. Choose iOS as Application Type and com.raycast as the Bundle ID
Finally you have the client id
You now need to set the Google Calendar client in the Extension configuration Checkout
Raycase Manual for instructions on how to do so

Features

  • Crete, edit, delete tasks
  • Export tasks to json or Yaml file
  • Import tasks from google calendar
  • Duplicate task