Sync Facebook events to Google Calendar programmatically in Android

How to import Facebook events into Google Calendar using Android, I created an application in which I collect a list of facebook friends with their name, pic profile and birthdays, but now I want to show all upcoming facebook events in Google Calendar ...

Please tell me how can I do this?

+4
source share
1 answer

Simple answer: install the Facebook application

If you want to do this programmatically or want to view events on your web calendar, you need to click Facebook events on your Google Calendar using the Google Calendar API https://developers.google.com/google-apps/calendar/

0
source

All Articles