add_2_calendar
add_2_calendar copied to clipboard
Invitee Not Passed to Google/Outlook Calender on Device
Hi,
I tested the example code. Works well in Android Studio. The email address get populated in the Invitee field.
However after building the APK and installing it on my Samsung A30, everything works except for the invitee field which is empty. Already added the 2 required Android permissions in the manifest file.
Thanks, Ben
Hi, I installed the Android Google Calendar and it works well. Both the default Samsung Android Calendar and Outlook Calendars work for all the other fields except Attendees / Invitees.
Working great! Thanks! Ben
Hello, and thanks! The invites feature is fairly new, if you could help me finding the issue I would greatly appreciate it!
I’ll try to have a look during the week!
Hi,
I have been trying all kinds of formats e.g. [email protected], [[email protected]], "[email protected]", etc with commas, semi-colons, \n etc. All won't work with Samsung Android Calendar or Outlook Calendar.
Even tried copy to Clipboard and manually paste to Attendees/Invitees fields. Works only for 1 email address.
Will keep posted. Thanks for your support!
Hmm strange, thanks for keeping me posted. It Is strange that the bad behavior is only on Samsung
I also ran into the issue that my app crashes on IOS when I click on invitees on the native popup. I had to add the following to info.plist:
<key>NSContactsUsageDescription</key>
<string>Add contacts to the calendar event</string>
Maybe you could put that into the documentation to reduce bugs for users. I can also do a PR.