.ics and .vcs files

does anyone know of a free program other than outlook that I can download to open and manage .ics or .vcs files?

Hi Kenny,
The .ics file opens in iCal for me. The .vcs file opens as text. This is probably a mime type problem.
You might want to try adding a htaccess file to your site including the following lines:
AddType text/x-vCalendar .vcs
AddType text/Calendar .ics
Best wishes
John M

Similar Messages

  • Problem in opening .ics and .vcs file types through servlet in IE browser.

    I'm having problem in downloading an .ics and .vcs file through servlet in I.E browser. It is happening fine in Mozilla firefox(they both are getting opened in OutLook), but in IE it says as undefined file type.
    I'm using Content Type as : 'text/Calendar' and then setting header as :
    response().setContentType("text/Calendar");
    response().setContentLength(file.length());
    response().setHeader("Content-Disposition", "attachment;
    filename="+filepath);
    and after that i'm writing it to OutPut stream.
    Plz Help.

    Hi,
    On page load check whether the session values are there. If not redirect the user to the login page.
    Hope this helps,
    Regards,
    Sammani

  • Create ICS or VCS File

    I would like to create an app that allows a user to enter date(s) then in return it creates an ICS or VCS file.
    1. Im not sure what the difference is between the two files could anyone advise?
    2. Where could i read up on this to achieve the task mentioned above?
    3. Any code examples anyone could provide?
    Thanks in advance.

    Hello T-800,
    Welcome to MSDN Forums!
    For the details of ICS and VCS please refer to these link:
    http://en.wikipedia.org/wiki/ICalendar
    And they just a kind of file format, actually they are a text file which describe a appointment in some standard format, so I think your question is not related to VSTO, even Outlook, so, I think you are off-topic in this forum.
    However, here's a blog article you could refer to :
    http://weblogs.asp.net/bradvincent/archive/2008/01/16/creating-vcalendars-programmatically.aspx
    Thanks.
    Tim Li
    MSDN Subscriber Support in Forum
    If you have any feedback on our support, please contact [email protected]
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Is there a way to generate an .ics or .vcs file from an APEX calendar?

    In our APEX application, we have a calendar that we would like to be able to give the users a link to download an appointment so that they can save it to their personal calendars. Is this available functionality?
    Thanks,
    Karla

    We also wanted to return it as a BLOB to make it easier to use as an attachment, so our end code looked like:
    FUNCTION ical_event (  
       p_summary         IN VARCHAR2  
    , p_organizer_name  IN VARCHAR2  
    , p_organizer_email IN VARCHAR2
    , p_description     IN VARCHAR2  
    , p_start_date      IN DATE 
    , p_end_date        IN DATE 
    , p_version         IN VARCHAR2 := NULL 
    , p_prodid          IN VARCHAR2 := NULL 
    , p_calscale        IN VARCHAR2 := NULL 
    , p_method          IN VARCHAR2 := NULL 
       RETURN BLOB  
    AS    
       l_retval VARCHAR2(32767);  
       l_lf CHAR(2) := CHR(13)||CHR(10);
       result      blob := EMPTY_BLOB;
    BEGIN 
       l_retval := '' 
          || 'BEGIN:VCALENDAR' || l_lf  
          || 'VERSION:' || NVL(p_version,'2.0') || l_lf  
          || 'PRODID:' || NVL(p_prodid,'-/FDIC//NONSGML ICAL_EVENT//EN') || l_lf  
          || 'CALSCALE:' || NVL(p_calscale,'GREGORIAN') || l_lf  
          || 'METHOD:' || NVL(p_method,'REQUEST') || l_lf  
          || 'BEGIN:VEVENT' || l_lf  
          || 'SUMMARY:' || p_summary || l_lf  
          || 'ORGANIZER;CN="' || p_organizer_name || '":MAILTO:' || p_organizer_email || l_lf  
          || 'DESCRIPTION:' || p_description || l_lf
          || 'DTSTART:' || TO_CHAR(p_start_date,'YYYYMMDD') || 'T' || TO_CHAR(p_start_date,'HH24MISS') || l_lf  
          || 'DTEND:' || TO_CHAR(p_end_date,'YYYYMMDD') || 'T' || TO_CHAR(p_end_date,'HH24MISS') || l_lf  
          || 'DTSTAMP:' || TO_CHAR(SYSDATE,'YYYYMMDD') || 'T' || TO_CHAR(SYSDATE,'HH24MISS') || l_lf  
          || 'UID:' || RAWTOHEX(SYS_GUID()) || '@fdic.gov' || l_lf  
          || 'STATUS:NEEDS-ACTION' ||  l_lf  
          || 'END:VEVENT' || l_lf  
          || 'END:VCALENDAR';  
        dbms_lob.createtemporary(result, TRUE);
        dbms_lob.open(result, dbms_lob.lob_readwrite);
        dbms_lob.writeappend(result, length(l_retval), utl_raw.cast_to_raw(l_retval));
        dbms_lob.close(result);
       RETURN result;  
    END ical_event;Edited by: Fairfax_Al on Apr 20, 2009 8:16 AM

  • Mac renaming .vcs files to .ics files without prompting... Can I stop it?

    I use a site that takes my work schedule and generates a .vcs file that I can import into whatever scheduling program I want...
    When I download the file from the website on my PC, it saves it as a .vcs and everything is fine.
    When I do the exact same thing on my Mac, it renames the file to 'calendar.vcs.ics' and iCal complains that the file is bad and can't be imported. If I remove the .ics extension so the file is just 'calendar.vcs' iCal is able to import it just fine.
    Why is the Mac renaming the file when it gets downloads? How can I stop it? I've tried on 2 different G4 Minis with all the latest updates, and I can't find anything to stop it!
    Thanks in advance!
    Jeff
    G4 Mini   Mac OS X (10.4.9)  

    Welcome to Apple Discussions
    It sounds like the file originates as a .vcs file. The Mac is not renaming the file, per se. When downloaded, the Mac (iCal) will by default append the .ics extension since it's eventual home is iCal. Having the .vcs extension already in place prior to the DL is what makes things complicated. iCal will import either file extension, but not both appended.
    Although this example from the Apple Knowledge Base is not related, the resolution is probably the same, i.e. you need to manually remove the extension prior to the import into iCal.

  • When downloading .ics file safari auto convert it to .vcs file

    When downloading an .ics (event.ics) file from my site, safari on mac auto convert it to .vcs (event.ics.vcs) file. How can I stop it? Safari on Windows doesn't do this. I am new in Mac, please help.

    I wrote my code in Java, here is the code:
    aaRes.setHeader("Content-Disposition", "attachment;filename=\""
                                                                + "event.ics" + "\"");
                                            writeResponse(aaRes, "text/x-vCalendar", calendar.toString());

  • How to create downloadable vcs file for a single event (not whole calendar)

    Is it possible to create a vcs file in ical that, like the reservation made on opentable, can be downloaded and opened in both ical and outlook? I've tried creating an event listing for website visitors to add to their calendar, but some of the outlook users have trouble with the ics file opening as a meeting, not an event, or opening as a complete calendar. Big problem. Any solution?

    How are you making the .ics file? What value has the METHOD: entry?
    AK

  • IOS 7 Calendar does not show appointments imported as VCS files in Microsoft Outlook / Exchange. Any solutions?

    iOS 7 Calendar does not show appointments imported as VCS files in Microsoft Outlook / Exchange in Windows 7. I discovered this when downloading itinerary.vcs files from Delta to mark flights in my calendar. The work around I found is as follows:
    Open the VCS file, this will create a Calendar entry in your Outlook,
    Open the created Outlook Calendar entry, go to File -> Save As and then select to save as ICS file.
    Delete original VCS-created appointment in your calendar to avoid multiple calendar.
    Open the re-saved ICS file.
    Appointment will now correctly synchronize with your iPhone iOS 7 calendar.
    If anyone has better alternatives to this process, please help out. Hopefully, Apple will fix this with the next iOS update.

    iOS 7 Calendar does not show appointments imported as VCS files in Microsoft Outlook / Exchange in Windows 7. I discovered this when downloading itinerary.vcs files from Delta to mark flights in my calendar. The work around I found is as follows:
    Open the VCS file, this will create a Calendar entry in your Outlook,
    Open the created Outlook Calendar entry, go to File -> Save As and then select to save as ICS file.
    Delete original VCS-created appointment in your calendar to avoid multiple calendar.
    Open the re-saved ICS file.
    Appointment will now correctly synchronize with your iPhone iOS 7 calendar.
    If anyone has better alternatives to this process, please help out. Hopefully, Apple will fix this with the next iOS update.

  • ICal unable to import this .vcs file

    I have tried various edits to this vcs file that a site I use generates but have not been able to have iCal successfully import the file. I get the error message when using "import a vCal file": "This calendar file is unreadable. No events have been added to your iCal Calendar." Any idea what I need to change to get iCal to import this vcs file ?
    BEGIN:VCALENDAR
    VERSION:2.0
    CALSCALE:GREGORIAN
    PRODID:-//Summer/Fitness//CalTool v1.0//EN
    METHOD:PUBLISH
    BEGIN:VEVENT
    UID:[email protected]
    DTSTART:20090720T104500Z
    DTEND:20090720T113000Z
    DTSTAMP:20090718T170523Z
    LOCATION:44th St. @ Lexington Ave.
    SUMMARY:Class Cycling
    DESCRIPTION: INSTRUCTOR: Jill M. [LEVEL: All Levels Welcome]
    TRANSP:OPAQUE
    SEQUENCE:0
    END:VEVENT
    BEGIN:VEVENT
    UID:[email protected]
    DTSTART:20090721T111500Z
    DTEND:20090721T114500Z
    DTSTAMP:20090718T170523Z
    LOCATION:44th St. @ Lexington Ave.
    SUMMARY:Race Training
    DESCRIPTION: INSTRUCTOR: Joe Schwartz [LEVEL: All Levels Welcome]
    TRANSP:OPAQUE
    SEQUENCE:1
    END:VEVENT
    BEGIN:VEVENT
    UID:[email protected]
    DTSTART:20090722T104500Z
    DTEND:20090722T113000Z
    DTSTAMP:20090718T170523Z
    LOCATION:43rd St. @ 5th Ave.
    SUMMARY:Class Cycling
    DESCRIPTION: INSTRUCTOR: Jill M. [LEVEL: All Levels Welcome]
    TRANSP:OPAQUE
    SEQUENCE:2
    END:VEVENT
    BEGIN:VEVENT
    UID:[email protected]
    DTSTART:20090723T104500Z
    DTEND:20090723T113000Z
    DTSTAMP:20090718T170523Z
    LOCATION:44th St. @ Lexington Ave.
    SUMMARY:Class Cycling
    DESCRIPTION: INSTRUCTOR: Joe Schwartz [LEVEL: All Levels Welcome]
    TRANSP:OPAQUE
    SEQUENCE:3
    END:VEVENT
    END:VCALENDAR

    I copied your text and saved it as a .ics file before dropping it on iCal. It added 4 new events, Monday-Thursday next week.
    AK

  • .vcs File Question

    Can someone please tell me how to export an event as a VCS file?
    I have a treo 750 that I am trying to send it to and when it receives the ics file it isn't able to read it, but I know that it can read the VCS file format...PLEASE HELP?!?!?!
    Thanks,
    Tessai
    Powerbook G4   Mac OS X (10.3.9)   ical 1.5.5

    Correct me if I'm wrong, but I don't think you can export as .vcs.
    If you're having syncing issues, then I recommend you purchase Missing Sync for Palm OS/Windows Mobile to sync iCal with your Treo. Have a look here http://www.markspace.com/
    Hope I could be of help.
    Happy New Year

  • Popup with open and save file option

    Hi,
    I have created a button on my page name as "Export File" and created a process and called on "EXPORT FILE" button. I am using utl file in this procedure and i want to download this file and file will be .ics file using for calendar.
    My page process code is
    begin
    pro_create_ical(:P6_START_DATE,:P6_END_DATE);
    end;when i click on export file button it should raise a popup with open and save file option.
    How i can do this?
    Thanks & Regards
    Vedant
    Edited by: Vedant on Jan 25, 2013 1:59 AM
    Edited by: Vedant on Jan 25, 2013 2:00 AM
    Edited by: Vedant on Jan 25, 2013 3:49 AM

    Shiv,
    Have you installed any new Software/Spyware/Virus Scanner etc.Check it out.It might have caused the issue for last 5 days.
    This issue is fixed in Latest Support Package Versions.
    Which Version of Support Package you are using?
    If EP6 <SP19 you will face this issue.
    Just upgrade it to EP6, Support Pack-19,this will be resolved.
    Upgrade of Support Pack wont take much time.you can get the document under http://service.sap.com/instguides
    Hope it helps
    Regards,
    Karthick Eswaran
    *Reward Points for helpful answers.

  • Droid Bionic battery dying since ICS and 4G

    I have owned my Bionic for just over a year.  Recently I upgraded to ICS and last Friday Nov. 9th our area went to 4G.  My battery is dying quickly......Example...as of 10:03AM my phone has been on for 3 hours, the screen shows that it has been on for 31 minutes, and I am down to 70% battery after a full charge.  I did do a factory reset yesterday due to issues with the Android OS using up over 40% of battery - now it is at 28%.  I have turned down screen brightness, lengthened updates, I have wi-fi turned off as I do not use it, etc.  I don't want to have to limit everything, or it really isn't worth having the phone.
    Phone completely dies each night around 10 with light use.
    Any ideas without considering a new phone?

        That certainly is a strange phenomenon, veriozonjj68117. Clearing the cache http://vz.to/P5s0JC and temporary internet files http://vz.to/rYO9Ym can sometimes help. The system cache clearing that ginnypres mentioned are:
    Power down phone
    Hold volume up/down & power simultaneously
    Use volume down to navigate to 'Recovery', use volume up to select
    Should see screen with triangle and exclamation point next to an Android
    Press volume up/down simultaneously
    Use volume rocker to navigate to 'wipe cache' and use power button to select
    Once finished, use volume rocker to navigate to 'reboot system now' and use power button to select
    That is a fantastic way of helping to clear out all the cookie crumbs on your phone and a great step before the need to resort to resetting http://vz.to/nExWmP the device.
    Thank you
    JenniferH_VZW
    Please follow us on Twitter @vzwsupport

  • How can I open outlook vCalender type files (.vcs files) in Firefox?

    ''Locking as duplicate, continue at'' [/questions/749342] - TonyE
    n my application,I hava a fature that make use of Calander.vcs file to get a schedule appointement in outlook.with IE browser,it is working fine.But Firefox can not open the Calander.vcs file and showung some code in the webpage.

    Maybe the view menu, refer to the article below.
    * [[What happened to the File, Edit, and View menus?]]
    Hopefully this helps.

  • I can't open .vcs files that I get from email on iphone 5

    When my husband sends me a calendar invite from his samsung galaxy 3 it comes in a .vcs file and when I click on it in the email I cannot open the file.  Everything I have read states that the iphone should support this file type now.  Any advice on fixing this problem? 

    Google calender?
    For iOS:
    https://support.google.com/calendar/answer/151674?hl=en&ref_topic=13950
    For android:
    https://support.google.com/calendar/topic/2586645?hl=en&ref_topic=13950

  • VCS Files Won't Import

    Hello everyone I have a quick question...
    Have a few managers with tungsten T3's ...laptops with XP SP3..... outlook 2003....Palm Desktop v 4.1.4
    They email appointments from palm desktop app to each other... as they use the Palm Desktop calander not the outlook calander.
    Here is the problem... when they receive the VCS file as an attachment and double click on it....Palm Desktop opens up as it should but it does not import the file into the Palm Desktop calander or ask if I would like to import the file...
    But if I save the file from outlook onto the desktop and double click it from there...Palm Desktop opens up and asks me if I would like to import the following event into my calander.....
    Any ideas why it won't import straight form outlook with a double click?
    Post relates to: Tungsten T3

    I downloaded my file, saved as a .vcs, opened palm desktop and attempted to File-import and it said 'error importing...may not be a valid vCal format'  I contacted the tech people on the website and they said there did not appear to be any issues on their end, and I followed the directions they had listed online for downloaded to a pda...can anyone help me??  The first event reads...
    BEGIN:VCALENDAR
    BEGIN:VEVENT
    SUMMARY;QUOTED-PRINTABLERGN 0091 - Synthesis of fused aromatic systems through a cascading cyclization of cyano-containing oligomers - BEHOF
    DTSTART:20090816T204000Z
    DTEND:20090816T210000Z
    END:VEVENT
     I am using a centro (at&t) and just performed a successful sync.

Maybe you are looking for

  • Zen mx 16gb player not recognising id3 tags.

    ,zen mx 6gb player not recognising id3 tags.I recently bought a zen mx and so far can not get it to recognise over half of my mp3's id3 tags. All of the files are drm free. All of the unrecognised files will play but get stuck in the unknown artist u

  • RDP over Easy VPN Server fails, ping works

    Dear experts, What can I do to troubleshout this problem? This is our router configuration with the Easy VPN Server enabled: version 15.1 no service pad service tcp-keepalives-in service tcp-keepalives-out service timestamps debug datetime msec local

  • WRV200 Wireless LED Problem

    Hi guys, I just pruchase the WRV200, but aftre power on the router the Wireless LED is keeping flashing, already turn off any related wireless transit service like Boradcasting. But the LED keeping flashing in no any wireless connection. Could you he

  • Database backup strategy(MS sql server 2005, Winodws 2003, SAP ECC 6.00)

    Hello gurus,     I am confused, about the backup system i should go for(backup device, abckup software)?? Fllowing is my SAP Landscape. 1) IDES 2) Solution manager 3) Development 4) BIW no of users 25 max modules implemented MM HR FICO BIW <b>    I w

  • Display file size

    i'm trying to get the file size displayed in the finder.  i can right click on an individual file to 'get info' and find the size, but can the size be displayed routinely in the finder? i tried to 'view options' but 'size' and 'calculate size' are gr