feat: support CalDAV for birthdays and tasks (#2304)

This commit is contained in:
Alexis Saettler
2019-01-23 14:39:44 +01:00
committed by GitHub
parent 9b8d5a9c1c
commit ba236dd718
50 changed files with 3524 additions and 881 deletions
+1
View File
@@ -23,6 +23,7 @@ class SyncToken extends Model
protected $fillable = [
'account_id',
'user_id',
'name',
'timestamp',
];
}