Thanks for your reply.

I played around with the sniplets I could find there but I am afraid Cal::DAV is not working for me here as
new <args>
Must have at least user, pass and url args where url is the url of a remote, DAV accessible .ics file.

The Baikal server stores everything in a mysql database.
I can connect with my iPad to the baikal server and update stuff in the 2 calendars I created there.
I don't see a way with the modules in question to connect w/o having an ics file ?

edit: Checking the mysql database for baikal server it shows the following in "calendarobjects" table:
id calendardata uri calendarid lastmodified etag + size componenttype firstoccurence lastoccurence 1 [BLOB - 361Bytes] C7BA52BD-351F-4E64-8313-80C8B3E646E1.ics + 2 1398950718 022413b6addaecadea550ea8a8e45020 361 V +EVENT 1398902400 1398988800
where calendarid 2 reflects the "testshift" calendar. It also shows an *.ics is there but this one can not be found in filesystem.
Seems the server sends the "fake ics" to the client somehow, so maybe there is a chance for Cal::DAV .. but I'm lost again. "My" google doesnt know much about perl and baikal :-/

In reply to Re^2: Using Perl to add entries in iCal Calendar (cpan secrets) by hoschi
in thread Using Perl to add entries in iCal Calendar by hoschi

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.