Posts

Showing posts from 2015

How to get list of calender and events from outlook calendar.

Image
Problem: How to get list of calendar and events from outlook.com, How to import events from outlook calendar. Requirement:  Microsoft account. Create some event on outlook calendar by using outlook.com Solution: 1.  Sign up for microsoft account.  (If you have not account). 2. Log in with this url  http://msdn.microsoft.com/en-us/onedrive/dn632140 3. After login click on Dashboard Menu . 4. After that Click on MyApps Menu 5. Then create you application there     Enter you application name and click I accept button. 6. After that you will see the Apps setting window.     Click On  API Settings  and enter you redirect url .     NOTE: Here localhost, IP not allowed please use you real domain name.     E.g: http://domain.com/outlook_calendar/calendar.php 7. In APP Settings you see your Client ID and Client Secret 8. In you domain directory create new directory and one php file.    E.g: http://domain.com/outlook_calendar/calendar.php 9.