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

Can you add .ics file type? #306

Open
Skylaunch opened this issue Oct 15, 2024 · 3 comments
Open

Can you add .ics file type? #306

Skylaunch opened this issue Oct 15, 2024 · 3 comments

Comments

@Skylaunch
Copy link

I need to open the .ics file.

When opening with the command "await Open File.open(file.path);", all possible applications are shown to me.

However, when opening the saved file manually, the correct Outlook is displayed.

It would be great to offer to open the file via Outlook if it is installed

@crazecoder
Copy link
Owner

The choice of which app to open is the user's personal habit, which should not interfere with the user's choice. If the user needs to open an app directly next time, they can select the "always" option when opening it for the first time

@Skylaunch
Copy link
Author

Yes, you right, but how can I reduce the count of applications that cannot physically open the ics file?

@crazecoder
Copy link
Owner

On Android devices, it will look for apps that are configured to support it in the manifest. On iOS, it will list all apps that can be opened or transferred. These are controlled by the system. I have not found a way to modify them yet.

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