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

elferink/topical-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

topical-backend

An API on top of an Exchange server (version 2010_SP2) that:

  • lists the configured meeting rooms
  • lists the apppointments for a meeting room
  • lets you add a new appointment to a meeting room

API

  • /rooms returns a list of all the rooms
  • /events/:room returns a list of the meetings scheduled for the room within the next 7 days, starting at midnight last night
  • /claim/:room claims the room for the next hour or until the next scheduled meeting, whichever comes first

Usage / config

Configuration is done by passing the following arguments to the program:

[domain] [username] [password] [url] [room1] [room2] [roomX]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.4%
  • Shell 6.6%