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

Event creation #267

Closed
rgluzman opened this issue Oct 16, 2020 · 3 comments
Closed

Event creation #267

rgluzman opened this issue Oct 16, 2020 · 3 comments

Comments

@rgluzman
Copy link

Hello

I can't create events inIOS simulator with different calendars(calendars and events retrieving works), error code
PlatformException(404, The event with the ID could not be found, null, null)

And it works Android with same code

Something particular in IOS

Regards

@codesxt
Copy link

codesxt commented Oct 22, 2020

Same error here. Calendars are being read properly. It only happens on creation. I'm creating the event by calling the createOrUpdateEvent method.

@codesxt
Copy link

codesxt commented Oct 23, 2020

@rgluzman I found out that my problem was the same mentioned in #121. I was manually assigning eventId which seems to be a read-only variable. Without assigning that variable, it saved the event perfectly.

@andzejsw
Copy link
Contributor

@rgluzman did @codesxt answer helped you?

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

4 participants