Skip to content

Commit

Permalink
Minor fixups for #335
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 8, 2021
1 parent ad1cafd commit 1a5e696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Returns: **Promise**
| [**attendees**](#attendees)\* | Array | The attendees of the event, including the organizer. |||
| [**calendar**](#calendar)\* | Object | The calendar containing the event. |||
| **skipAndroidTimezone** | Bool | Skip the process of setting automatic timezone on android | ||
| **timeZone** | String | The time zone associated with the event || |
| **timeZone** | String | The time zone associated with the event || |

### Calendar

Expand Down Expand Up @@ -389,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).
For Android, you can have a look to [Google Calendar sync problems documentation](https://support.google.com/calendar/answer/6261951).

## Wiki
Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ interface CalendarEventBase {
notes?: string;
/** ANDROID ONLY - The description associated with the calendar event. */
description?: string;
/** iOS ONLY - The time zone associated with the event
/** iOS ONLY - The time zone associated with the event */
timeZone?: string;
}

Expand Down

0 comments on commit 1a5e696

Please sign in to comment.