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
2010-06-11 00:06:29
Thank you for your response,Do you know where I can find a detailed guide on doing this?
Sam
2010-06-15 13:41:24
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
2010-06-15 12:57:43