One of my teachers asked my today if he could upload a text file to his calendar to add lots of activities. Good idea, I think, but is this possible?
Thanks,
Art
There has been a feature request for this for quite some time. You can subscribe there to be automatically notified of any activity, but I cannot say when that will be.
Martin usually provides a nice link to here in when replying to such questions, so I will follow in his footsteps.
Jon
Martin usually provides a nice link to here in when replying to such questions, so I will follow in his footsteps.

Jon
Art, where would the text file come from? Would the teacher write it by hand in notepad, for example? What I'm driving for is of course that what would the format of the text file be?
I wrote a very small (crude and ugly) script to import WebCT calendar events to Moodle, but it has no interface and has problems with date and time formats, so it requires "technical assistance".
I wrote a very small (crude and ugly) script to import WebCT calendar events to Moodle, but it has no interface and has problems with date and time formats, so it requires "technical assistance".
I uploaded all of our school events straight into the database in phpmyadmin. Only tricky bit was converting all of the date/times to the Unix format. Did it all in an Excel file and exported to csv. A faff but only needed once a year.
I'll give further details (and the Excel file) if interested.
I'll give further details (and the Excel file) if interested.
Excel file includes the calendar data imported from our School Management system (SIMs), a sheet that I copied bits of this into which also converts date/time, duration and a timestamp (a required? field in the db) to the Unix format (thanks, Wikipedia) and a sheet of instructions that I wrote for the next time I have to do this process (July).
Hope this helps. Any queries, let me know.
Hope this helps. Any queries, let me know.