Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recurrence changes GCal's displayed start time #31

Open
cepm-nate opened this issue Apr 5, 2019 · 0 comments
Open

Recurrence changes GCal's displayed start time #31

cepm-nate opened this issue Apr 5, 2019 · 0 comments

Comments

@cepm-nate
Copy link

cepm-nate commented Apr 5, 2019

Issue: Sending an event WITHOUT a recurrence shows up exactly as it should in the interface. But when I specify a recurrence, the "Start Time" seems to jump backward two hours in the display in Google Calendar.

Here is some sample data. On mine, the event that reoccurs shows up starting at at 5pm instead of 7pm, even though the start datetime is clearly 19:00:00-07:00 in both events.

[ { summary: 'Fully Booked',
    start:
     { dateTime: '2019-04-04T19:00:00-07:00',
       timeZone: 'America/Los_Angeles' },
    end:
     { dateTime: '2019-04-06T13:00:00-07:00',
       timeZone: 'America/Los_Angeles' } },
  { summary: 'Fully Booked',
    start:
     { dateTime: '2019-04-06T19:00:00-07:00',
       timeZone: 'America/Los_Angeles' },
    end:
     { dateTime: '2019-04-07T09:00:00-07:00',
       timeZone: 'America/Los_Angeles' },
    recurrence:
     [ 'RDATE;VALUE=DATE:20190408,20190409,20190410,20190411,20190412,20190413,20190414,20190415,20190416,20190417,201904
18,20190419,20190420,20190421,20190422,20190423,20190424,20190425,20190426,20190427,20190428,20190429,20190430,20190501,2
0190502,20190503,20190504,20190505,20190506,20190507,20190508,20190509,20190510,20190511,20190512,20190513,20190514,20190
515,20190516,20190517,20190518,20190519,20190520,20190521,20190522,20190523,20190524,20190525,20190526,20190527,20190528,
20190529,20190530,20190531,20190601,20190602,20190603,20190604,20190605,20190606,20190607,20190608,20190609,20190610,2019
0611,20190612,20190613,20190614,20190615,20190616,20190617,20190618,20190619,20190620,20190621,20190622,20190623,' ] },
 ]

Can anyone else reproduce this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant