Joozt / KiepAgendaViewer

C# WPF application for displaying a fullscreen Google Calendar proxied through ASP.NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KiepAgendaViewer

A C# WPF application for displaying a fullscreen Google Calendar proxied through ASP

This application is a fullscreen UI to read Google Calendar, for visual impaired. It is proxied through an ASP.NET website, so the content can be optimized and adjusted without redeploying the application. It is similar to the KiepVisitorRegistration project.

Features:

  • Show ASP content fullscreen
  • Pass command line option -day to ASP request string
  • Cache ASP content for offline use
  • Page split with <page-break> tag in ASP content
  • Divide in blocks with <new-block> tag in ASP content
  • Next page or exit with mouse click, numpad + or numpad /

This application uses a low level keyboard hook, in order to catch the key presses even if another application (like Tobii Dynavox Communicator) is preventing the keys to reach the application.

See KiepProjects for an overview of all Kiep projects.

About

C# WPF application for displaying a fullscreen Google Calendar proxied through ASP.NET

License:MIT License


Languages

Language:C# 97.3%Language:ASP 2.7%