Jump to content

Recommended Posts

Posted
I've entered the coming academic year's term dates into a Google Calendar and I would like to add them to the school's website as a basic pdf for parents to print off (instead of the standard list in table format), Google Calendar's print options don't really let me get the info looking how I want it so I wondered if anyone knew of an app or website that will allow you to upload your calendar dates in ICS/CSV format and allow you to make something a bit more printable?
Posted
I've entered the coming academic year's term dates into a Google Calendar and I would like to add them to the school's website as a basic pdf for parents to print off (instead of the standard list in table format), Google Calendar's print options don't really let me get the info looking how I want it so I wondered if anyone knew of an app or website that will allow you to upload your calendar dates in ICS/CSV format and allow you to make something a bit more printable?

 

We use a script that runs daily (or on demand) that uses data in iCal format and a template in DOCX format to produce a printable calendar (in DOCX format):

 

https://github.com/dhicks6345789/docx-merge

 

We have this run from a batch file that sync the template file from Google Drive and gets the iCal data from Google Calendar, runs the merge, then uploads the resultant DOCX file back to Google Drive and re-downloads it, this time using Google Drive's export-DOCX-as-PDF option.

 

The above script runs nicely for our setup, it has't been used elsewhere and bits of functionality are missing, but it might provide you a starting point if you want.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...