Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. All day event in .ics

All day event in .ics

Scheduled Pinned Locked Moved ASP.NET
comannouncement
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nitin_ion
    wrote on last edited by
    #1

    I am creating ical file in which i want to set alldayevent. I tried everything Value=Date:, 120000 time but nothing is working. When the files is downloaded and then i open it in outlook and save alldayevent from there then it is saved but not from the code. below is the output which creates the file with AllDayEvent. This is the same in my code but doesnot work till i save it from outlook. BEGIN:VCALENDAR PRODID:-//RECGroup.com/REC VERSION:2.0 BEGIN:VEVENT DTEND;VALUE=DATE:20111019 DTSTART;VALUE=DATE:20111018 SUMMARY:REC EVENT END:VEVENT END:VCALENDAR

    A 1 Reply Last reply
    0
    • N nitin_ion

      I am creating ical file in which i want to set alldayevent. I tried everything Value=Date:, 120000 time but nothing is working. When the files is downloaded and then i open it in outlook and save alldayevent from there then it is saved but not from the code. below is the output which creates the file with AllDayEvent. This is the same in my code but doesnot work till i save it from outlook. BEGIN:VCALENDAR PRODID:-//RECGroup.com/REC VERSION:2.0 BEGIN:VEVENT DTEND;VALUE=DATE:20111019 DTSTART;VALUE=DATE:20111018 SUMMARY:REC EVENT END:VEVENT END:VCALENDAR

      A Offline
      A Offline
      Anuj Banka
      wrote on last edited by
      #2

      you can check this link Link[^] May be it will be helpfull to you

      ANuj

      N 1 Reply Last reply
      0
      • A Anuj Banka

        you can check this link Link[^] May be it will be helpfull to you

        ANuj

        N Offline
        N Offline
        nitin_ion
        wrote on last edited by
        #3

        Solved it. I was putting ":" in DTEND:VALUE=DATE:20111019 instead it whould be ";"

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups