Enough-Software / enough_icalendar_export

Allows to exports a VCalendar event to the native calendar
Mozilla Public License 2.0
2 stars 6 forks source link

Windows support #2

Open AyberkAhmet opened 1 year ago

AyberkAhmet commented 1 year ago

Hi, are you planning to support for Windows?

robert-virkus commented 1 year ago

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?

AyberkAhmet commented 1 year ago

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 commented 1 year ago

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.