Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7698535
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:15:53+00:00 2026-05-31T22:15:53+00:00

Hope somebody could help me out, I am trying to find a solution for

  • 0

Hope somebody could help me out, I am trying to find a solution for exporting an Outlook Calendar onto a webpage on weekly basis or for amendments.

I know Outlook is capable of exporting a calendar into ICS and CSV files was wondering if there are any products out there that will take me at least half way there.

I have some experience with PHP and JS so feel confident enough to do some modification but it needs to at least import and parse the files.

I have had a look around on the web and found a few tools but nothing as specific as what im looking for.

Any advice would be appreciated.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T22:15:55+00:00Added an answer on May 31, 2026 at 10:15 pm

    Well I think you probably had better to write the import by yourself.

    These could be the steps:

    1. An html page with a form that allow file upload
    2. On submit a php page parse csv row by row and eventually do other works you need to display the calendare

    Here just a snippet of code that shows ho easily is to manage csv file in php

     <?php
     $row = 1;
     if (($handle = fopen("test.csv", "r")) !== FALSE) {
         while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
           $num = count($data);
           echo "<p> $num fields in line $row: <br /></p>\n";
           $row++;
           for ($c=0; $c < $num; $c++) {
            echo $data[$c] . "<br />\n";
        }
      }
      fclose($handle);
     }
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I hope somebody could help me out, I have no idea how to solve
I would be grateful if somebody could help me to find an elegant solution
I hope somebody can help me. I've been trying to write a custom html
I have the following problem/doubt that I hope somebody could help me with. Let's
I got some problems with my patterns. Hope somebody could help me with this.
I would be really grateful if somebody could help me out with this.. I
I hope somebody can help work out to do this. Basically, I have a
HI, I hope somebody can help me here with the extjs framework. The problem
I have quick question about jQuery plugins, hope somebody out there has some advice.
I hope somebody can help me. how can I make addClass applies only to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.