Is there a module, or other way to integrate Drupal/Drupal Calendar and Exchange Server Calendar?
Is there a module, or other way to integrate Drupal/Drupal Calendar and Exchange Server
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.