Community & Support
Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Scheduler > Import iCalendar Data

Not answered Import iCalendar Data

Feed from this thread
  • Posted on Jul 22, 2008 (permalink)

    Requirements

    RadControls version RadControls for ASP.NET AJAX
    (Telerik.Web.UI v2008.1.718)
    .NET version 2.0+
    Visual Studio version VS2005 & VS2008
    programming language C# or VB.NET
    browser support

    all browsers supported by RadControls for ASP.NET AJAX


     
    PROJECT DESCRIPTION
    This example demonstrates how data can be imported from an iCalendar file (based on the RFC2445 specification) into RadScheduler with the DDay.iCal .Net Library v0.61, which offers a rich object model for reading and manipulating iCalendar files and data.

    In this example, Event, To-Do and Journal components, read from the iCalendar file are imported in RadScheduler as AppointmentInfo objects. Events' Recurrence Rules are parsed in a way as if they were created by the interface which RadScheduler offers (in the Advanced Edit Form). To-Dos and Journal entries are imported as 'All Day Events' as most often they do not have End Date or Duration specified.

    Depending on the contents of the iCalendar file and the different properties used to store data, various import techniques can be implemented, like importing Resources (Attendee, Geographical Position, etc.), creating more detailed and complex Recurrence Rules or even supporting Exceptions.

    Reply

  • Rudá Cunha avatar

    Posted on Nov 22, 2010 (permalink)

    As you would to view the Reminders?

    Reply

  • Rudá Cunha avatar

    Posted on Jan 25, 2011 (permalink)

    Reminders?

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Scheduler > Import iCalendar Data