Drupal and Exchange Server Calendar
Is there a module, or other way to integrate Drupal/Drupal Calend开发者_JAVA技巧ar and Exchange Server Calendar?
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.
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.
精彩评论