{ "courses": [ { "name": "Fachspezifischer Workshop", "id": "fach", "type": "Gruppe", "fachbereich" : [ {"name": "Naturwissenschaften", "id": "natur"}, {"name": "Technik", "id": "tech"}, {"name": "Informatik", "id": "info"} ] }, { "name": "MINT Workshop", "id": "mint", "type": "Gruppe", "fachbereich" : [ {"name": "Naturwissenschaften", "id": "natur"}, {"name": "Technik", "id": "tech"}, {"name": "Informatik", "id": "info"} ] }, { "name": "MyTalents", "id": "mytalents", "type": "Gruppe", "fachbereich" : [ {"name": "Naturwissenschaften", "id": "natur"}, {"name": "Technik", "id": "tech"}, {"name": "Informatik", "id": "info"} ] }, { "name": "Experten Leistungskurs", "id": "experten", "type": "Einzelperson", "fachbereich" : [ {"name": "Java", "id": "java"}, {"name": "Chromatografie", "id": "chrom"} ] } ], "dates": { "2015-01-28": { "status": "belegt", "bookings": [ {"courseId": "fach", "fachbereichId": "natur", "bookingId": "fsw123", "name": "Max Mustermann", "time": "vormittags"}, {"courseId": "mytalents", "fachbereichId": "tech", "bookingId": "myt127", "time": "vormittags"} ] }, "2015-01-29": { "status": "frei", "bookings": [ {"courseId": "fach", "fachbereichId": "tech", "bookingId": "fsw124", "time": "nachmittags"} ] }, "2015-01-30": { "status": "frei", "bookings": [ {"courseId": "experten", "fachbereichId": "java", "bookingId": "ext128", "time": "ganztags"} ] }, "2015-02-03": { "status": "belegt", "bookings": [ {"courseId": "mint", "fachbereichId": "natur", "bookingId": "mnt126", "name": "Lorem Ipsum", "time": "ganztags"} ] }, "2015-02-04": { "status": "belegt", "bookings": [ {"courseId": "fach", "fachbereichId": "info", "bookingId": "fsw125", "time": "nachmittags"} ] } } }