views:

143

answers:

2

Is there a module, or other way to integrate Drupal/Drupal Calendar and Exchange Server Calendar?

A: 

Yes. If your calendar server has an exposed web service, you can use XMLRPC / Services module to retrieve data and save it to your Drupal application.

Drupal can be instructed to grab data from a web service and bring it back in an HTTP response. From there you can run the data through a function to save the data into a node.

Kevin
Thank you for your response,Do you know where I can find a detailed guide on doing this?
Sam
A: 

If your calendar server exposes .ical feeds, you can use CCK, FeedAPI, and Feed Element Mapper to import the data as Drupal content. This provides one way synchronization.

Craig Hyatt