Adding functions to a calendar scheduler -- 2
Budget: $10 – $30 USD
I currently have a calendar scheduling program in VB.NET, Windows Form, targeting .NET 6.
It was converted to VB.NET, framework .NET 6, from the following code:
https://github.com/derekantrican/Winforms-Calendar/tree/master/WindowsFormsCalendar
I would like to add the following functions:
1). you can highlight a specific time slot (i.e. 2pm to 5pm), right click, show context menu, create appointment
2). each appointment shows the start time and end time on the calendar
3). calendar can show the following views: 1 day, 3 day, 5 day, 7 day, 1 month (this is already implemented, use the .SetViewRange function)
4). there is a small monthly calendar on the left. When a specific day is clicked in the small monthly calendar, the main calendar will show that specific day, in the specific view (For example, if showing a 3-day view, and Sept 2 is selected, then the calendar can show Sept 2, Sept 3, and Sept 4)
Other requirements:
- VB.NET, framework .NET 6
- no warnings, no errors
It was converted to VB.NET, framework .NET 6, from the following code:
https://github.com/derekantrican/Winforms-Calendar/tree/master/WindowsFormsCalendar
I would like to add the following functions:
1). you can highlight a specific time slot (i.e. 2pm to 5pm), right click, show context menu, create appointment
2). each appointment shows the start time and end time on the calendar
3). calendar can show the following views: 1 day, 3 day, 5 day, 7 day, 1 month (this is already implemented, use the .SetViewRange function)
4). there is a small monthly calendar on the left. When a specific day is clicked in the small monthly calendar, the main calendar will show that specific day, in the specific view (For example, if showing a 3-day view, and Sept 2 is selected, then the calendar can show Sept 2, Sept 3, and Sept 4)
Other requirements:
- VB.NET, framework .NET 6
- no warnings, no errors