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

add ability to set timezone on events in iOS. necessary for recurrenc… #335

Merged
merged 2 commits into from Dec 17, 2020

Conversation

mcarlson
Copy link
Contributor

…e expansion to work correctly across daylight savings time transitions

…e expansion to work correctly across daylight savings time transitions
@MoOx
Copy link
Collaborator

MoOx commented Dec 12, 2020

Hi @mcarlson, could you add some documentation? And maybe adjust index.d.ts for the signature? Thank you!

@mcarlson
Copy link
Contributor Author

I added some documentation. Let me know what else you need, thank you!

@wmcmahan wmcmahan merged commit f06aab7 into wmcmahan:master Dec 17, 2020
@wmcmahan
Copy link
Owner

Thanks @mcarlson!

Copy link
Collaborator

@MoOx MoOx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a small change and a minor issue in TS definition but I will fix that on master :)
Thanks for this!

@@ -388,7 +389,7 @@ If you encounter something that is not listed here, try [searching in GitHub iss
This might be related to a sync issue.
You need to be sure that the event you saved is matching what your device will keep in sync.

For iOS, you might have not all event synced. You might need to update this iOS settings in _Settings_ > _Calendar_ > _Sync_ > **All Events**. If that's not enough, it might be worth checking [iOS iCloud sync documentation](https://support.apple.com/en-us/HT203521).
For iOS, you might have not all event synced. You might need to update this iOS settings in _Settings_ > _Calendar_ > _Sync_ > **All Events**. If that's not enough, it might be worth checking [iOS iCloud sync documentation](https://support.apple.com/en-us/HT203521).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For iOS, you might have not all event synced. You might need to update this iOS settings in _Settings_ > _Calendar_ > _Sync_ > **All Events**. If that's not enough, it might be worth checking [iOS iCloud sync documentation](https://support.apple.com/en-us/HT203521).
For iOS, you might have not all event synced. You might need to update this iOS settings in _Settings_ > _Calendar_ > _Sync_ > **All Events**. If that's not enough, it might be worth checking [iOS iCloud sync documentation](https://support.apple.com/en-us/HT203521).

@@ -95,6 +95,8 @@ interface CalendarEventBase {
notes?: string;
/** ANDROID ONLY - The description associated with the calendar event. */
description?: string;
/** iOS ONLY - The time zone associated with the event
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/** iOS ONLY - The time zone associated with the event
/** iOS ONLY - The time zone associated with the event. */

MoOx added a commit that referenced this pull request Jan 8, 2021
@MoOx
Copy link
Collaborator

MoOx commented Jan 8, 2021

Available in 2.2.0, thanks again!

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

Successfully merging this pull request may close these issues.

None yet

4 participants