배창남_62bbd3
게시글
댓글
https://developers.worksmobile.com/kr/reference/calendar-default-event-user-create?lang=ko 참고해서 자바로 만들어보고 있는데요.. 헤더값과 userId값은 정상인것 확인했고요.. https://www.worksapis.com/v1.0/users/{userId}/calendar/events 500에러가 뜨네요… {“code":"SERVICE_UNAVAILABLE","description":"Service fail"} {"eventComponents ":[{"eventId":"eventr8123-wehuh324-qwejqw512","summary":"testmsg","organizer":{"email":&qu
Calendar 2022.06.16 읽음 2143
php로 엑세스 토큰 발급 받으려고 하는데요.. $data = array( 'code' => 'kr1MkJGaEIyM01YVnV1N25ncg==', 'grant_type' => 'authorization_code', 'client_id' => 'qhTkBOKZnvqaocHw****', 'client_secret' => '******' ); $header_data = array( 'Content-Type: application/x-www-form-urlencoded' ); $url = "https://auth.worksmobile.com/oauth2/v2.0/token"; $ch = curl_init($url); curl_setopt_array($ch, array( CURLOPT_POST => TRUE, CURLO
Calendar 2022.06.15 읽음 3514