Calendar import/export

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Markus L.

    Calendar import/export

    Hi to everybody. I am planning to implement an import/export functionality
    to a calendar project of mine. Therefor i need an implemtation of the
    iCalendar definition rfc2445. That's pretty much to read and hard to
    understand for one who reads such a rfc the first time.
    Isn't there a summary of that definition or can anyone help? I don't want
    to copy an existing implementation from another, I would like to make an
    own.

    --
    -------------------------------------------------------
    Try this: SCA the Smart Class Archive for PHP

    -------------------------------------------------------

  • Colin McKinnon

    #2
    Re: Calendar import/export

    Markus L. wrote:
    [color=blue]
    > Hi to everybody. I am planning to implement an import/export functionality
    > to a calendar project of mine. Therefor i need an implemtation of the
    > iCalendar definition rfc2445. That's pretty much to read and hard to
    > understand for one who reads such a rfc the first time.
    > Isn't there a summary of that definition or can anyone help? I don't want
    > to copy an existing implementation from another, I would like to make an
    > own.
    >[/color]

    Usually the nature of RFC (and their quality) makes explaining them not very
    profitable - they ARE the documentation. (insert comment about the number
    of 3rd Party Microsoft books here) Why not try reverse engineering someone
    elses implementation then? That way, if you get too bored you can just
    their code.

    HTH

    C.

    Comment

    Working...