Adding functions to a calendar scheduler
Budget: $30 – $250 USD
I currently have a calendar scheduling program in VB.NET, Windows Form, targeting .NET 6
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 (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
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 (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