Reputation: 620
I have an application that loads events from a webview. There is a SYNC button in the webview and upon tapping it, I want that event to be saved in the calendar of my phone.
Is this possible?
Upvotes: 0
Views: 294
Reputation: 27072
This is not possible with your current implementation of that web page, but yes, you can do this, if you have access to that web page and add some code which will invoke a method in your app than you will have some values which you can pass through that method call and then further write logic to write that event values to the Calendar. Long process but possible.
Upvotes: 1