Skip to content

scriptable-js/TimelineCalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TimelineCalendar

This is a javascript file which works with scriptable app (for iOS/Mac).

Usage

Download the Javascript file to your scriptable directory and execute it.

Configuration

This widget can be configured in multiple ways,

Widget with text on on side (saves space)

Oneside

You can either update the DEFAULT_PARAMS or provide the parameters as a json object from the widget.

textToRight: true, // Saves space by adding all texts to once side -->

or

{ "textToRight" : true} // as a parameter into the widget

Other configurations are listed below, feel free to update these as you wish

  bg: "medium-top", // background image to use
  width: 450,
  height: 250,
  hoursToShow: 3,
  calendars: [],        // All calendars by default
  excludeCalendars: [], // Exclude superceds selected calendar
  lineWidth: 10,
  ellipseWidth: 20,
  allDayEvents: true,  // Uncoment this or add to widget parameter to show two column events
  textToRight: false,    // Saves space by adding all texts to once side

Oneside with all day events

Twosides with all day events

Twosides

About

Hosts a git repo to shows line calendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published