add calendar api (fix)
This commit is contained in:
@@ -13,5 +13,5 @@ function on_resume()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function on_click(idx)
|
function on_click(idx)
|
||||||
calendar:open_event(events[idx].id)
|
calendar:open_event_dialog(events[idx].id)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user