-
Notifications
You must be signed in to change notification settings - Fork 330
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
device_calendar/lib/src/models/event.dart
Line 246 in 6a9733c
| 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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working