Sha256: 2f96cdf9958c1d1cfec78f0d231e61142eb416425203ab58f4ffa91db0f12cd2

Contents?: true

Size: 1.29 KB

Versions: 5

Compression:

Stored size: 1.29 KB

Contents

{
  "name": "Almanack",
  "description": "Combine iCal, Google Calendar, and Meetup.com events into a single calendar with a public website and calendar subscription feed.",
  "repository": "https://github.com/Aupajo/almanack",
  "keywords": ["calendar", "events", "gcal" , "ical", "web", "feed", "rss"],
  "buildpacks": [
    { "url": "heroku/ruby" }
  ],
  "env": {
    "CALENDAR_NAME": {
      "description": "The name of your calendar.",
      "value": "My Calendar",
      "required": true
    },
    "TZ": {
      "description": "Which time zone to display the calendar events in, such as `Pacific/Auckland`. See a full list in the “TZ database name” field at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones",
      "value": "UTC"
    },
    "ICAL_FEEDS": {
      "description": "An optional list of iCal feed URLs separated by spaces. For Google Calendars, look for the “address in iCal format” URLs in the calendar's settings.",
      "required": false
    },
    "CACHE_DURATION_IN_SECONDS": {
      "description": "How long to keep calendar events cached for. Set to `0` to always show an up-to-date calendar.",
      "value": "900"
    },
    "DAYS_LOOKAHEAD": {
      "description": "How many days of events to display on the calendar",
      "value": "30",
      "required": true
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
almanack-1.3.1 app.json
almanack-1.3.0 app.json
almanack-1.3.0.rc1 app.json
almanack-1.2.1 app.json
almanack-1.2.0 app.json