-
-
Notifications
You must be signed in to change notification settings - Fork 871
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 an event meta / data property to the CalendarEvent
interface
#218
Comments
I know its a hard breaking-change and maybe even not a better API but wouldn't it be better to make the calendar event (meta property) generic? When I extend the |
Ohh good idea, I've not released this yet so it wouldn't be a breaking change |
That was easier than I expected 😄 mattlewis92/calendar-utils@7821b04 |
I did not know something like this is possible mattlewis92/calendar-utils@7821b04#diff-fdb1138e6fb46aad8352fc0cbfb32a0eR49 |
I didn't know it was possible, I just tried sticking it in and the compiler didn't complain 😛 |
This is probably a nicer api than extending the CalendarEvent interface and prevents users accidentally polluting future possible event properties.
The text was updated successfully, but these errors were encountered: