Initial recurrence editor for appointments

This commit is contained in:
Francis Lachapelle
2015-05-20 11:11:01 -04:00
parent 7e96f37809
commit dc91be3c0d
13 changed files with 330 additions and 245 deletions

View File

@@ -359,10 +359,9 @@
if (!repeatItems)
{
repeatItems = [NSArray arrayWithObjects: @"daily",
repeatItems = [NSArray arrayWithObjects: @"never",
@"daily",
@"weekly",
@"bi-weekly",
@"every_weekday",
@"monthly",
@"yearly",
nil];