Giter Club home page Giter Club logo

ecal's Introduction

ECal

Plug-in for HomeRemote to fetch and parse ICS calendar file for coming events.

Features

Reads an ICS calendar file from given URL and parses coming events.

Settings

In the settings give a valid URL where to fetch ICS calendar file.

Google calendar URLs are of format: https://calendar.google.com/calendar/ical/CALENDAR-ID-HERE/public/basic.ics.

Usage

Import plugin code to HomeRemote project.

The plugin uses following attributes to store data:

"eventlist", "longlist", "event1", "event2", "event3" ,"event4", "event5", "event6", "event7", "event8", "event9", "event10"

"eventlist" contains all future events in JSON format including date and summary. "longlist" is the same than eventlist but adds long description of an event if available. The other attributes contain the next 10 coming events.

"eventlist" and "longlist" can be used for example in HomeRemote GridView component. In ItemsSource put "yourdevice.eventlist" or "yourdevice.longlist" as Device Binding, and in TextMemberPath "event".

Release notes

v1.1

  • Better handling of properties with optional parameters.
  • "longlist" with DESCRIPTION field now available.
  • Known limitations: recurring events not supported.

v1.0

  • Initial release.

ecal's People

Contributors

vpowgh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.