I am performing calendar sync between my google and my web application.
Consider that the event is available in both the applications.
Now I am updating any field in my web application and performing a sync.
The reminder attribute is not a required tag for post request,but I am unable to set update the event without sending the reminder tag.
Now help me to retain the existing value of the Google remainder in Google Calendar
if I set usedefault : true the calendar's default remainder time is set If I set the tag setRemainder to null or empty the reminder in removed.
My question is how to retain the existing reminder value