Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Adds additional features to the Trello Calendar Power-Up.

License

Notifications You must be signed in to change notification settings

pgaskin/trello-calendar-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trello-calendar-proxy

GoDoc Go Report Card Drone (cloud) Docker Cloud Build Status Deploy Demo

NAME
    trello-calendar-proxy - Adds additional features to the Trello Calendar Power-Up

SYNOPSIS
    /                                 - Shows this message
    /calendar/{uid}/{cid}/{token}.ics - Proxies a Trello calendar URL

DESCRIPTION
    trello-calendar-proxy modifies the calendars returned from the Trello Calendar
    Power-Up to add additional features. To use this with a Trello Calendar URL,
    just replace https://trello.com/calendar/ with the URL of this proxy.

FEATURES
    Refresh Interval
    -- The refresh interval is reduced from 1 hour to 15 minutes.

    Event Duration
    -- A custom event duration can be set by adding "Calendar::Duration=dur" on
       its own line (without the quotes) at the top of the card description.
       Replace dur with a valid Go time.Duration between 1s and 7d, for example
       1d, 2h, 1h30m, 15m30s, and so on. If not specified, the Trello default of
       1h is used.

    Event Location
    -- A custom event location can be set by adding "Calendar::Location=loc" on
       its own line (without the quotes) at the top of the card description.
       Replace loc with the double-quoted location.

    Event Recurrence
    -- Event recurrence will be implemented in a future version.
Usage of trello-calendar-proxy:
  -a, --addr string   The address to bind to (env TRELLO_CALPROXY_ADDR) (default ":8080")
      --help          Show this help text

About

Adds additional features to the Trello Calendar Power-Up.

Topics

Resources

License

Stars

Watchers

Forks