You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't have support for other platforms mostly because we don't have the time and/or skill to write.
Anyway feel free to submit some PR if that's your thing!
I think it may be possible to move iOS's code and use it on Mac but I'm not sure. Windows and Linux probably need specific APIs.
The only exception would probably be web. Either we take online calendars only (which are company specific, which can further complicate things) or we don't do anything. There seems to be no way to access local calendars from web APIs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We don't have support for other platforms mostly because we don't have the time and/or skill to write.
Anyway feel free to submit some PR if that's your thing!
I think it may be possible to move iOS's code and use it on Mac but I'm not sure. Windows and Linux probably need specific APIs.
The only exception would probably be
web
. Either we take online calendars only (which are company specific, which can further complicate things) or we don't do anything. There seems to be no way to access local calendars from web APIs.Related docs foe easy reference:
https://docs.microsoft.com/en-us/windows/uwp/contacts-and-calendar/managing-appointments
https://developer.apple.com/documentation/foundation/calendar
Couldn't identify any specific Linux APIs but thunderbird and evolution docs may prove helpful
Summary:
Beta Was this translation helpful? Give feedback.
All reactions