Database is setup using Azure SQL Server. Credentials (they can be public it's just small calendar):
server: arkadiussqlserver.database.windows.net
port: 1433
username: doesn't matter anyway ;)
password: doesn't matter anyway ;)
To open project using IntelliJ just choose Import Project from context menu and choose gradle as a project type :)
./gradlew build run should be enough.
If you want to run it through the IntelliJ choose Add Configuration and then add new Gradle with module Calendar and commands build run.
Documenation of the project is available at:
https://docs.google.com/document/d/1H3Uf_5T2UTVnFrOBFPvlCRmaPCpECwg86brj8ZWdBXo/edit?usp=sharing
Viewers have a possibility to comment on the content of the file.