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

Windows support #2

Open
AyberkAhmet opened this issue Mar 15, 2023 · 3 comments
Open

Windows support #2

AyberkAhmet opened this issue Mar 15, 2023 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@AyberkAhmet
Copy link

AyberkAhmet commented Mar 15, 2023

Hi, are you planning to support for Windows?

@robert-virkus
Copy link
Member

Hey, I wouldn't mind supporting Windows but haven't found a way how to add calendar events via dart/flutter to Windows. Do you have an idea?

@robert-virkus robert-virkus added enhancement New feature or request help wanted Extra attention is needed labels Mar 15, 2023
@AyberkAhmet
Copy link
Author

To be honest, I don't know either. The first thing that comes to my mind is to enter the calendar application on the local computer using the win32 package and do something from there, but I don't know if it is difficult or easy to do.

@AyberkAhmet
Copy link
Author

I have a question maybe you can help me. I'm creating an event from my Flutter Windows application and inviting someone by email. This event is sent as an e-mail and the answer is sent to the organizer's e-mail. But this event does not occur in the organizer's calendar. Any idea how I can do this? In summary, I want to create an event from the application and invite someone. I want this event to be in both flutter application and outlook, and I want the response to appear in both outlook and flutter application. Thanks to the packages, there is no problem on the flutter application side, I can create and send the event, and I can read and process the incoming reply mail. I just can't create this event in the organizer's local Outlook. I tried to create this event by sending it to the organizer as an invitation, but the organizer says this event has occurred and says you cannot reply to this event, but this event does not appear in the Outlook calendar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants