+1 vote

My objetive it's to create one meeting request on google calendar with a simple email to gmail address, when the owner of google calendar push on button accept o reject the meeting request i'd like to receive one email with this information. If is it possible i'd like to test the code in vb.net,

Regards
Valentino

by

1 Answer

0 votes
 
Best answer

All of this is doable with Mail.dll.
Here are the samples that should help you:

Send iCalendar (ical) meeting requests:
https://www.limilabs.com/blog/send-icalendar-meeting-requests

Receive iCalendar (ical) meeting request:
https://www.limilabs.com/blog/receive-icalendar-meeting-request

by (297k points)
...