-
Notifications
You must be signed in to change notification settings - Fork 275
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
Adding attendees when creating an event #75
Comments
We could potentially look at this in the future. Feel free to submit a PR |
Just a follow-up on this, it's not possible to add attendees, at least not on iOS. See here for documentation about this |
Actually, now I can create an event with attendees by two step:
Thanks for your response. |
Thanks for the info, we know it can be done in Android and did recently come across that way you mentioned for iOS |
@thanhhuan1990 what versions of iOS did you run the code on? there have been accounts of this approach not working in the past, which is a concern https://stackoverflow.com/questions/30627694/modifying-ekparticipants-attendees-in-eventkit-like-sunrise |
I'm not sure for all iOS version, but I released my application on Testflight for my team member (near 30 members), they use iPhone from 5s ~ X, and no problem happen with them until now. |
This should be in the latest release |
Hello there,
I have a problem with attendees. I'm creating calendar events for a flutter app I'm building. The user can select a person that he wants to schedule a meeting with, the app creates an event in the users calendar. Now I'm at the point that I want to add the selected person as an attendee so that the calendar event will be send to this person, and the selected person can accept/deny the invitation.
My problem is the following: I can't add attendees based on their e-mail address. The Attendee class only has a name property and (as far as I have tested) doesn't add anything to the actual event when I check the android calendar. Are there any plans to support this? Or am I doing something wrong?
This functionality sort of "makes or breaks" the plugin for me.
The text was updated successfully, but these errors were encountered: