Inevio / GoogleCalendar

0 stars 0 forks source link

App is not iterating when long response is received. #31

Open icastillejogomez opened 6 years ago

icastillejogomez commented 6 years ago

I need to analyze this particular situation.

image

image

icastillejogomez commented 6 years ago

@jorge9200 I need to look up in back-end the reason of that

icastillejogomez commented 6 years ago

Back-end already iterate over the nextPageToken to get all events associated

I'm seeing in eventList's response this field: recurrence with the value:

RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR

Is this the reason of the bug?

icastillejogomez commented 6 years ago

Horbito app still not showing all events.

image

umair-brainx commented 6 years ago

Hi @jorge9200 , App is already iterating over the nextPageToken to get all events. Although here problem is repeating/recurring events.

icastillejogomez commented 6 years ago

Hi @umair-brainx, I said:

Back-end already iterate over the nextPageToken to get all events associated I'm seeing in eventList's response this field: recurrence with the value: RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR Is this the reason of the bug?

You have a bug implementing the recurrence value of the events:

image image image

Front-end NEVER have to iterate over any back-end resource.

Please, fix the bug and let me know to check it.

jorge9200 commented 6 years ago

The only way is to print them on front (the reccurrent events). Google only send the event 1 time but with recurrence atribute. You @umair-brainx will have to repeat the event on front on those dates.