Ideally, the function should have a default value for its params i.e. get_conflicts() and create_event() requires at least one param value from users.
Let's think about and go back to our survey results to find the most common use case for these functions and determine default values for params. For example, for get_conflicts(), the most user would be curious if I'm busy now (= when this email is triggered).
Ideally, the function should have a default value for its params i.e.
get_conflicts()
andcreate_event()
requires at least one param value from users.Let's think about and go back to our survey results to find the most common use case for these functions and determine default values for params. For example, for get_conflicts(), the most user would be curious if I'm busy now (= when this email is triggered).