Private Calendar Matching using Nillion #20
kanav99
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
Ability to schedule meetings is a fundamental requirement of any organisation. This involves finding a time slot when everyone is available. Solutions like Google Calendar require you to reveal your entire calendar to everyone in the organisation - which is a grave breach of privacy.
Solution
I built PrivyCal - a privacy preserving solution to the problem of calendar matching. It uses Nillion's blind computation to calculate the intersection of all parties' calendars. You can find the demo of the application on ETHGlobal. Source code is available on GitHub.
How it works?
In real life we also prefer some time slots more than others. So instead of just inputting 1, we also allow inputting integers between 0-5 to allow for showing how much you prefer a particular timeslot.
Limitations
Good-to-have features
Beta Was this translation helpful? Give feedback.
All reactions