0

I have created a vb.net class library to create and cancel Outlook meeting requests to users with the help of this question.

How can I update those calendar entries or which method to be passed for updating the saved meeting entry? I have tried with method "Update" but that doesn't remove the previously added meeting from calendar and add new meeting request into calendar.

halfer
  • 19,824
  • 17
  • 99
  • 186
Nadeem Shaikh
  • 117
  • 14
  • May we see the code you have so far? – halfer Jul 23 '16 at 16:32
  • Possible duplicate of [How to: Update calendar events that were imported by iCalendar file?](http://stackoverflow.com/questions/314937/how-to-update-calendar-events-that-were-imported-by-icalendar-file) – halfer Jul 27 '16 at 07:38

2 Answers2

0

This means the meeting UID is different from the one you already sent before.

Dmitry Streblechenko
  • 62,942
  • 4
  • 53
  • 78
0

I have got the solution from here. I was missing "SEQUENCE".

halfer
  • 19,824
  • 17
  • 99
  • 186
Nadeem Shaikh
  • 117
  • 14