v6 documentation is incomplete, want to contribute?

Download calendar event as ICS

Returns the specified calendar in iCalendar (ICS) format.

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

GET
/calendar/{groupId}/{calendarId}.ics

Path Parameters

groupIdstring

Must be a valid group ID.

calendarIdstring

Must be a valid calendar ID.

Response Body

text/calendar

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/calendar/grp_00000000-0000-0000-0000-000000000000/cal_00000000-0000-0000-0000-000000000000.ics"
"string"

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}

{
  "error": {
    "message": "Calendar Entry not foundǃ",
    "status_code": 404
  }
}