hi i am trying to sync google calendar with my local calendar
my current setup works like this
i login via google and get my primary calendar events and store locally and i also save the sync token google provide at the last page.
so i have created a channel to watch calendar and it sends me notifications each time there is a change in calendar but what i want is to get the changed data if i send request again it just says token is expired how can i work around this.
i am using ruby on rails and google api gem
thank you