I need two functions created in VB.NET ASP.NET.
1. Add an event to google calendar using v3 API.
Event will include: Event Title, Event Description, Event Start Time, Event End Time, Event TimeZone, Zero Minute Reminder, 15 Minute Before Reminder, a 60 minute Before Reminder. It will return the eventID that Google gives that event.
2. By using an eventID that google gave us, I need to be able to DELETE that event.
I want to use Google’s API v3 for this project and ASP.NET VB…
