Write a code to make a calendar to book events with following condition on booking a event:
- Single booking is allowed https://leetcode.com/problems/my-calendar-i
- Double booking is allowed https://leetcode.com/problems/my-calendar-ii
- Triple or more booking is not allowed https://leetcode.com/problems/my-calendar-iii