Ticket #474 (new enhancement)
Unable to tell OpenSync to not sync (and delete) events older than x days to a phone
| Reported by: | jernst | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | OpenSync 0.42 |
| Component: | OpenSync | Version: | 0.38 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I recall there was an option un multisync to remove entries older than x days from the phone.
I'm currently using OpenSync? to sync between Evolution and a Sony Ericssion W810 using irmc over bluetooth but my phone's calendar memory is now full. As I don't want to simply delete events from my evolution calendar (I have plenty of disk space for this) I wish OpenSync? had an option to remove entries older than x days from my phone (but not from Evolution)
Change History
comment:2 Changed 6 years ago by dgollub
- Owner changed from abauer to dgollub
- Status changed from new to assigned
- Version changed from 0.31 to 0.34
- Milestone set to OpenSync 0.40
This could be done with OSyncCustomFilter and OSyncFilterHook for objformat xmlformat-event, which checks Start and End of appointment.
Storing of member specific filters needs to be implemented in OSyncMember.

I guess in multisync this wasn't a generic option.. more plugin specific. We should try to get something generic in 0.31.
Maybe you can already do something with filter rules...