Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • todo: is your app alias
  • $aItem['task_id']: your todo list ID
  • $aItem['user_id']: user ID of todo list owner
  • $aItem&['privacy']: privacy of this todo list
  • $aItem&['is_friend']:

We have following value for privacy:

  • 0: Public everyone can view
  • 1: Friends Only friend can view
  • 2: Friends of Friends Friends and Friends of Friends
  • 3: Only Me Only owner can view
  • 4: Custom Owner can define a list of users can view

...