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

Data URI instead of normal URI? #574

Open
Albert221 opened this issue Nov 27, 2024 · 1 comment
Open

Data URI instead of normal URI? #574

Albert221 opened this issue Nov 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Albert221
Copy link

Hey, using the latest device_calendar, I'm trying to set the url param on Event with a URL directing to my custom deeplink, but it's not saved in calendar, I have no URL there. So I look into the plugin's code and I see this:

data['eventURL'] = url?.data?.contentText;

Why would you accept only data: URIs? Should that be fixed and toString() any Uris? Do you accept PR for that?

@Albert221 Albert221 added the bug Something isn't working label Nov 27, 2024
@thomassth
Copy link
Contributor

Yeah feels like something we should take PR in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants