Code Monkey home page Code Monkey logo

booking's Introduction

Important Notes

  • Booking is cancelled is you don't come within 10 minutes after start of Your booking!
  • In case booking extends outside of business hours, You need to create ticket for extra Cleaning http://sappip.deutsche-boerse.de/irj/portal/FM

Innovation Lab Booking list

Create Your first booking in 4 simple steps:

  1. Login to GitHub with your UserId
  2. Open labRequests.js
  3. Add line according to Your needs
  4. Create Pull request

You can choose from three areas:

  • A-ROUNDTABLE - The round table meeting area with 8 seats, Sharp SmartScreen 60'
  • B-LONGTABLE - The long table workshop area with +12 seats, Sharp SmartScreen 80'
  • C-MEETROOM - The meeting room with VC equip, 10 seats, Sharp screen 70'

Format of booking:

 { title: '<name of event> / Your First S.', 
   start: '2018-12-24T08:30:00',  
   end  : '2018-12-31T16:30:00', 
   resourceId: <see-above-values>
} 

After commit, the pull request is automatically raised. When approved by authorized user, booking is confirmed and displays in calendar within one minute.

Options

Repeating Events

add parameter: id and set the same id values for event. Please be aware, that repeating meetings are accepted in exceptional cases only. In case of such request, please notify Area Owner.

Example:

  { id: 999, resourceId: 'A-ROUNDTABLE', title: 'Repeating Event / Stan.', start: '2018-06-09T16:00:00' },
  { id: 999, resourceId: 'A-ROUNDTABLE', title: 'Repeating Event / Stan.', start: '2018-06-16T16:00:00' }

All Day Event

specify start and end time. In case you'll end after 6 PM, raise a ticket to FM (link) to postpone area cleanup.

Example:

  { resourceId: 'C-MEETROOM', title: 'Workshop + VC / Stan.', start: '2018-06-04T08:00:00', end: '2018-06-04T17:00:00'}

Multi Day Events

State first and (last day + 1) without time intervals

Example:

  { resourceId: 'B-LONGTABLE', title: 'Innovation Days / Stan.', start: '2018-06-04', end: '2018-06-08' }

URL

Parameter adds URL link to the Event

Example:

   url: 'http://google.com/' 

booking's People

Contributors

stansiska avatar inno-lab-bot avatar krummacker avatar vitousek avatar simaneo avatar amra avatar waltros avatar hradilf avatar snowdragorin avatar assistantscop avatar michpreuss avatar malaguitte avatar alex-thorne avatar janiess avatar nurhayat avatar jabl333 avatar ruziada avatar christianpayeur avatar jiriik avatar rentmel57 avatar adelainn avatar kastem34 avatar tibor-szabo avatar janadullova avatar martinsalaj avatar quot89 avatar vojtechf avatar adamsnobl avatar paveltruska avatar rozion 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.