Crossref Works API provides information about conference proceedings for some DOIs.
cr_work_confinfo(doi)data frame with conference information
For more information, see # https://www.crossref.org/documentation/schema-library/markup-guide-record-types/conference-proceedings/
if (FALSE) { # \dontrun{
if(interactive()){
 cr_work_confinfo("10.1145/263699") |> glimpse()
 }
} # }