Hi,
How can I access the return of this operation? I want to get the ID of the event that it was used to create.
Thanks,
V
Solved! Go to Solution.
You can assign that to a variable in your app and then reference the ID.
Either a context or gloabal variable is fine depending on your needs.
ex. Set(calItem, V2CalendarPostItem(..your params here...))
Then, calItem.Id will give you the Id that was created.
I hope this is helpful for you.
You can assign that to a variable in your app and then reference the ID.
Either a context or gloabal variable is fine depending on your needs.
ex. Set(calItem, V2CalendarPostItem(..your params here...))
Then, calItem.Id will give you the Id that was created.
I hope this is helpful for you.
User | Count |
---|---|
202 | |
92 | |
83 | |
47 | |
42 |
User | Count |
---|---|
252 | |
105 | |
103 | |
62 | |
57 |