specification icon indicating copy to clipboard operation
specification copied to clipboard

Missing possible responses from CreateGroupCalendarEvent

Open Jarno458 opened this issue 4 months ago • 0 comments

The following responses are missing from create-group-calendar-event:

{"error":{"message":"Can't create calendar entries for that owner ID","status_code":403}}

Happens when the account creating the request has not been given the permission Manage Group Calendar permission

{"error":{"message":"You're not allowed to make more than 100 events in a single month","status_code":403}}

Happens when you created more than 100 events in a single month, ~~deleting events does not make this counter go down~~ deleted events dont count towards to the total, this was fixed on vrchat side

{"error":{"message":"Calendar Entry must start in the future","status_code":400}}

Happens when creating an event in the past

Jarno458 avatar Sep 28 '25 14:09 Jarno458