public static void SetRecurrence(string listId, string taskSeriesId, string taskId, string repeat) { try { rtm.TasksSetRecurrence(timeline, listId, taskSeriesId, taskId, repeat); } catch (RtmException e) { Log <RTM> .Debug(e.Message); return; } FinalizeAction(AddinManager.CurrentLocalizer.GetString("Recurrence Pattern Changed"), AddinManager.CurrentLocalizer.GetString("The recurrence pattern of the selected task in your Remember The Milk task list has been changed.")); }