/SchedJulia-Wrapper

Wrapper written in Python around SchedJulia to schedule interviews.

SchedJulia Wrapper

Wrapper written in Python around SchedJulia to schedule interviews.

Overview

This wrapper reads interview groups and availabilities from a Google Sheet, generates a schedule with SchedJulia, and pushes ths schedule to another Google Sheet. It converts to and from SchedJulia-format when using SchedJulia.

Prerequisites

Dependencies

Setup

  • Clone the repository and initialize the SchedJulia submodule.

    git clone https://gitlab.com/utmist/schedjulia-wrapper.git
    git submodule update --init --recursive

Development