What are the guidelines around generating a uid for the Meetings.AddMeeting web service call if I am not using C#? I am actually making the call from iOS/android.
Would any random string of numbers/letters with the dashes work?
|
What are the guidelines around generating a uid for the Meetings.AddMeeting web service call if I am not using C#? I am actually making the call from iOS/android. Would any random string of numbers/letters with the dashes work? |
||||
|
|
|
Generating UUID/GUID is defined by RFC 4122. The description and an example to generate them is shown here - Generate GUID Online (in PHP but can be translated to other languages). |
|||||||||||
|