Class CalendarEventActionResponse

Calendarइवेंटकार्रवाईरिस्पॉन्स

यह उस जवाब को दिखाता है जिससे कैलेंडर इवेंट में बदलाव होता है. उपयोगकर्ता, यूज़र इंटरफ़ेस (यूआई) में की गई किसी कार्रवाई के जवाब में, इवेंट में बदलाव करता है. जैसे, बटन पर क्लिक करना.

// A CalendarEventActionResponse that adds two attendees to an event.
const calendarEventActionResponse =
    CardService.newCalendarEventActionResponseBuilder()
        .addAttendees(['user1@example.com', 'user2@example.com'])
        .build();

तरीके

तरीकारिटर्न टाइपसंक्षिप्त विवरण
printJson()Stringइस ऑब्जेक्ट को JSON फ़ॉर्मैट में प्रिंट करता है.

ज़्यादा जानकारी वाला दस्तावेज़

printJson()

इस ऑब्जेक्ट को JSON फ़ॉर्मैट में प्रिंट करता है. यह सिर्फ़ डीबग करने के लिए है.

वापसी का टिकट

String