calendareasySchedule

Quick Start Guide

Downloading the Product

To download CafePOS, visit our websitearrow-up-right and click the 'Download' button.

Inserting the Product

In the explorer window, right click Workspace, hover over Insert and press "Import Roblox Model".

Select the file you downloaded from our website.

Enabling HTTP Requests

  1. File > Game Settings

  2. Security > Allow HTTP Requests

  3. Press Save

Configuring the Product

To edit the configuration options, double-click the 'Config' module under the 'Runtime' script.

Once done, go to Trelloarrow-up-right and create an account if you haven't already. Then in your Trello workspace create a new board or go to your preferred board.

ListId

To get the ListId, go to your Trello board and add `.json` at the end of your URL, like shown in the video below.

You will see there's a bunch of code. Copy all of that code by doing:

  • Windows: CTRL+A, and then CTRL+C

  • MacOS: Command (⌘)+A, and then Command (⌘)+C

Once copied, head back to our websitearrow-up-right, go to your dashboard and click Edit under easySchedule.

Paste the copied JSON code and click Parse to get your ListIds. The website will show you all the ListIds in your Trello Board, only copy the desidered one, as easySchedule has a limit of 1 list. Now paste the ListId in the Config like this:

PersonalKey

To get a Trello API key, you must head over to their power-ups creation websitearrow-up-right. Input an App Name of your choice, choose the Workspace your board is part of and input your email and preferred author name. You don't need to insert an Iframe connector URL. Click 'Create' at the bottom of the page.

You will now find yourself in the page to create the API key, so click 'Generate a new API key' to generate yours.

Once generated, click the copy button next to the API key and paste it in your Config. You don't need the Secret for easySchedule. Now your code should have:

Token

Now stay on the same page of the API key and click the blue text 'Token'.

Scroll to the bottom of the page and click 'Allow'. Copy the generated Token and paste it in your Config like this:

Title

This title will appear at the top of your in-game board.

PrimaryColour

This will be the colour of the Title text.

Last updated