Displaying 1 result from an estimated 1 matches for "txt_name".
Did you mean:
ext_name
2007 Jan 08
1
delete a file from the server
...as in the local drive. But i dont
want to the vcs file to be saved in the serve. when i am trying to
delete the file from the server it is throwing the error,"Cannot start
Microsoft Outlook.Cannot import vCalendar file". here is the code that i
am using.
def vcs
f = File.open("txt_name.vcs","w+")
f.syswrite("BEGIN:VCALENDAR\n")
f.syswrite("PRODID:-//Microsoft Corporation//Outlook MIMEDIR//EN\n")
f.syswrite("VERSION:1.0\n")
f.syswrite("BEGIN:VEVENT\n")
f.syswrite("DTSTART:20070105T210000Z\n")...