kredd
09-08-2005, 10:18 AM
hello all,
i've got an online calendar and am providing links to download the calendar events to users calendar client...as either a CSV file(PC) or a ICS file(MAC). i'm using FSO to create the files from a recordset. the CSV files work great, but the ICS files.......don't.
iCalendar says "The calendar file is unreadable" but doesn't give me any other info. When i go to import the file i can see that my MAC is recognizing it as an ICS file, its has a file type, file size, etc., and i opened it up in NOTEPAD and everything **looked** fine...tho i don't know what they are supposed to look like to begin with.
are there any special requirements/formatting that go into making ICS files? basically once i got my FSO code working to create the .CSV files i just changed the file type from ".CSV" to ".ICS". kinda of a shot in the dark that seemed to work at first, but turns out it can't be read by iCalendar.
any help is appreciated or even any info on iCalendar files.
thanks,
kelly
i've got an online calendar and am providing links to download the calendar events to users calendar client...as either a CSV file(PC) or a ICS file(MAC). i'm using FSO to create the files from a recordset. the CSV files work great, but the ICS files.......don't.
iCalendar says "The calendar file is unreadable" but doesn't give me any other info. When i go to import the file i can see that my MAC is recognizing it as an ICS file, its has a file type, file size, etc., and i opened it up in NOTEPAD and everything **looked** fine...tho i don't know what they are supposed to look like to begin with.
are there any special requirements/formatting that go into making ICS files? basically once i got my FSO code working to create the .CSV files i just changed the file type from ".CSV" to ".ICS". kinda of a shot in the dark that seemed to work at first, but turns out it can't be read by iCalendar.
any help is appreciated or even any info on iCalendar files.
thanks,
kelly