We’re excited to announce that in 2022, we’ll have a total of nine “Office Hours” sessions. These sessions will be hosted by @amandah and myself (and I’m sure we’ll also regularly have other familiar faces in attendance ), and you’ll be able to submit questions in advance where we’ll try our best to get you the answers you seek
.
The first office hours are already next week, on 2022-02-03T16:00:00Z→2022-02-03T17:00:00Z. You can register for free at Office Hours for Creative Cloud Developers - Feb 03 | Hopin. EVERY developer in the ecosystem (whether you’re a beginner or have been in the ecosystem from day 1) is welcome !
Sign up for the office hours on Feb 3rd…
Once you sign up, you’ll have access to a Slido event where you can submit the questions you’d like to get answered during the event.
Please submit your questions as early as possible for the best chances of getting an answer! (as much as @amandah and I would love for this to be different, we can’t, and thus don’t know everything about the ecosystem and want to make sure that we can ask around internally if we’re not sure about something to get you the best answers we can get .)
In our latest Tech Blog article, you can also find more info about the office hours, including all dates in 2022: Monthly Office Hours with the Creative Cloud Platform and Ecosystem Team | by Amanda Huang | Adobe Tech Blog | Jan, 2022 | Medium.
We’re very much looking forward to seeing you there and hopefully helping you with your questions!
tl;dr
if (me.developsForCCEcosystem() && me.questions.length > 0) {
const evt = await signUpFor(
'https://hopin.com/events/office-hours-for-creative-cloud-developers'
);
for (let question of me.questions)
submitQuestionInAdvance(question);
await attendEvent(evt);
}