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

How to get recurrence value on findEvents method? #26

Closed
nrbn opened this issue Oct 14, 2017 · 1 comment
Closed

How to get recurrence value on findEvents method? #26

nrbn opened this issue Oct 14, 2017 · 1 comment

Comments

@nrbn
Copy link

nrbn commented Oct 14, 2017

I am trying to create calendar and i want to add all events to calendar. I created an event and choosed recurrence weekly. But in my calendar all weekly recurrence are registered on same day and not weekly. See the screenshots.

Google Calendar get all my events correct. So it is saved correct to calendar! How can i get recurrence value in findEvents method?

screenshot_1507976799
screenshot_1507976804

@EddyVerbruggen
Copy link
Owner

Should be fixed with 2.0.0. Actually, there was a way to get the correct dates but it was a bit crappy and not x-platform. With 2.0.0 you can check the recurrence object that's returned from findEvents, and those event dates have been corrected.

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

No branches or pull requests

2 participants