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

exceptionDate should be optional in typescript #329

Closed
anhnch opened this issue Nov 8, 2020 · 1 comment
Closed

exceptionDate should be optional in typescript #329

anhnch opened this issue Nov 8, 2020 · 1 comment

Comments

@anhnch
Copy link

anhnch commented Nov 8, 2020

As I look into the code, the exceptionDate option is actually not required. But the typescript types shows it as required. Not really a bug, but it's quite inconvenient. Is there a way to walk around this until the next release?

export interface Options {
  /** The start date of a recurring event's exception instance. Used for updating single event in a recurring series. */
  exceptionDate: ISODateString;
  /** iOS ONLY - If true the update will span all future events. If false it only update the single instance. */
  futureEvents?: boolean;
}
@MoOx MoOx closed this as completed in 91b9025 Nov 8, 2020
@MoOx
Copy link
Collaborator

MoOx commented Nov 8, 2020

2.1.2 is out with a fix!

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

2 participants