0

I am building custom input element to create a new event and trying to limit the length as same as the resource type in graph api.

What resource type I am trying to limit is body/content and location/displayName while creating an event.

hotcakedev
  • 2,194
  • 1
  • 25
  • 47

1 Answers1

1

I think that Graph API has only limit for the size of the request which is 3-4MB.

user2250152
  • 14,658
  • 4
  • 33
  • 57
  • Can you help me to solve this issue? https://stackoverflow.com/questions/67293271/deleting-an-event-returns-success-but-not-worked-actually?noredirect=1#comment118946486_67293271 – hotcakedev Apr 28 '21 at 08:48