-
Notifications
You must be signed in to change notification settings - Fork 64
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
Question: why deprecate the identifier of long, in favor of String? #101
Comments
I think that the iOS calendar app uses strings, so they are not compatible with the Long we used. |
You mean the IOS calendar app uses a string from the server? |
If you want to load the calendars from the phone on iOS, they use strings as id's. So if you want to show those events in the weekview, it would be hard. |
I can understand why this sounds strange, but we use this library in conjunction with an iOS version in our React Native app. That's why @jhoobergs mentions iOS. However, also Google uses a String as the format of their event identifiers. |
How odd. Anyway, it's actually not a hard thing to have, to convert from unique String to unique long. |
@jhoobergs I think it's better to remove the long-ids, then. |
Wouldn't a Long be better?
Or maybe String is actually what's used on popular calendars events ids ?
The text was updated successfully, but these errors were encountered: