Open vikher opened 1 year ago
I'm not too familiar with using Outlook.com, nor is it quite clear to me what you're trying to do, but this note from the documentation seems like it might be relevant?
When sharing your calendar with someone who's not using Outlook on the web, for example, someone using Gmail, they'll only be able to accept the invitation using a Microsoft 365 or an Outlook.com account.
If you just want your own Outlook calendar to be available via the native Android Calendar (and thus via this API), I think you would instead want to add the account to the phone? (which looks like what you were doing on iOS?)
In which case these instructions may help.
Actually what worked for me was using these instructions to show an outlook calendar in google calendar, however the CanEditEvents property comes back as false for any calendar under the other category probably restricted by google on purpose but that would be outside the scope of this question
Well, those instructions that you say you followed look like they are specifically for adding a read-only calendar, so I certainly wouldn't expect that to be editable. I'm assuming the Google Calendar app wouldn't let you add events to it either.
That said, I can't guarantee that adding an Exchange ActiveSync account would turn out differently... been too long since I've used that, can't remember if it was editable or not.
I use this plug in version 1.1.0 to add calendar functionality on both iOS and Android using Xamarin Forms. However only on iOS I can link other platforms like Gmail and Outlook doing this from the phone menu Go to Settings > Calendar> Accounts > Add Account
The issue is that on Android I only see Gmail , even after trying to publish the calendar in outlook
Is this the normal API behavour or is there other configuration needed on the different platforms settings?