Hello,
I have done code for scheduling the event in php.
As I schedule it, it goes to user's calender as an invitation.
If I reschedule it, then new invitation goes with same matter with new values.
But I found it is not overwriting the previous one.
How can I do that??
If you ask me for code the its simple mail invitation in php.
While recheduling, i nsend new values to that function.
But tell what should do in code so that when my rescheduled invitation goes in the same calender then it should overwrite previosu one.
Hope am clear with my question.
Need help.