seantis / seantis.dir.events

Events Directory for seantis.dir.base
1 stars 2 forks source link

A change in an event in an upstream calendar leads to a new url in the downstream calendar. #62

Closed href closed 10 years ago

href commented 10 years ago

Given the calendar A and B where B fetches from A: A <- B

With the event A/my-event.

At the first import A/my-event will be mirrored on B/my-event If a change then occurs on A/my-event, B/my-event disappears and B/my-event-2 is created.

This sucks for an event website where you want to share links. So we should fix this.

msom commented 10 years ago

This works as expected: the old event is deleted first and and then re-created (in a single transaction) and gets the same id again.