Announcement

Collapse
No announcement yet.

How restore calendar of one user ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How restore calendar of one user ?

    I have mySQL dump of OX server, and i need to restore a calendar of one user.
    Or all data of this user.

    Thank you,
    Arnaud.
    Last edited by arnaud80; 11-09-2011, 04:13 PM.

  • #2
    Hi Arnoud,

    you can restore the whole database schema, but not single items of the users data.

    Greetings

    Comment


    • #3
      Mysql select statement should help to get calendar data

      Hi Arnoud,

      wie had a similar problem and solved it. Each user has an unique id. If it's deleted calendar data to restore you should be able to get it out of the del table of calendar data. Similar to this you can extract the calendar data of the calendar tables. If you don't need an extraction of the participants (for each appointment one or more) or resources it's quite easy. Import it as ical file or / and of course sql inserts.

      Greetings
      Ursula (pro-ite)

      Comment


      • #4
        Thank you, I try this.

        Comment

        Working...
        X