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

IOS noting giving user the option to choose which calendar to add the events to #105

Open
aaronhoujunlee opened this issue Jun 9, 2020 · 4 comments

Comments

@aaronhoujunlee
Copy link

I noticed on Android if a user has multiple calendar apps it would ask the user which calendar to choose from. This is not the case for IOS.

@MateuszRostkowski
Copy link

If you are looking for Google calendar solution, I found that you can do it in 2 ways:

  1. Add event from website - https://stackoverflow.com/questions/6204398/google-calendar-event-buttons-mobile-version
  2. Add event using deep link to calendar app:
    googlecalendar://?action=create&title=title&dates=20210213T095653Z%2F20210217T095653Z&details=DETAILS&location=location
  • I don't know why location is not working with that case

Right now I'm looking for some better solution

@kadiraydinli
Copy link

If you are looking for Google calendar solution, I found that you can do it in 2 ways:

  1. Add event from website - https://stackoverflow.com/questions/6204398/google-calendar-event-buttons-mobile-version
  2. Add event using deep link to calendar app:
    googlecalendar://?action=create&title=title&dates=20210213T095653Z%2F20210217T095653Z&details=DETAILS&location=location
  • I don't know why location is not working with that case

Right now I'm looking for some better solution

Hi, did you find a solution for the location not working?

@MateuszRostkowski
Copy link

MateuszRostkowski commented Nov 9, 2021

@kadiraydinli Hi, I dropped this solution to some another one

Currently I'm using react-native-calendar-events, and this package is looking for all calendars that are installed on user phone. I was implementing it 9 months ago and then this package was giving only API so I needed to create my own UI for that.

I'm using version 2.2.0 of react-native-calendar-events package.

@kadiraydinli
Copy link

 @MateuszRostkowski Thanks for answer. I checked the package you mentioned. It does not save to Google Calendar on iOS. Instead, iOS saves it to its own calendar app. I'll use this if I do some more research and can't find it. Thanks.

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

3 participants