สร้างเหตุการณ์

ลองนึกภาพแอปที่ช่วยให้ผู้ใช้พบเส้นทางเดินป่าที่ดีที่สุด เมื่อเพิ่มแผนการเดินเขาเป็นกิจกรรมในปฏิทิน ผู้ใช้จึงได้รับความช่วยเหลือมากมายในการจัดระเบียบสิ่งต่างๆ โดยอัตโนมัติ Google ปฏิทินจะช่วยแชร์แผนและเตือนความจำให้ผู้ฟังได้เตรียมตัว โดยไม่ต้องเครียด นอกจากนี้ ด้วยการผสานรวมผลิตภัณฑ์ Google อย่างราบรื่น Google Now จะใช้คำสั่ง ping เกี่ยวกับเวลาออกเดินทางและ Google Maps จะนำลูกค้าไปยังจุดนัดพบตรงเวลา

บทความนี้จะอธิบายวิธีสร้างกิจกรรมในปฏิทินและเพิ่มกิจกรรมในปฏิทินของผู้ใช้

เพิ่มกิจกรรม

หากต้องการสร้างเหตุการณ์ ให้เรียกใช้เมธอด events.insert() โดยระบุพารามิเตอร์ต่อไปนี้เป็นอย่างน้อย

  • calendarId เป็นตัวระบุปฏิทิน และอาจเป็นที่อยู่ของปฏิทินที่ใช้สร้างกิจกรรม หรือคำหลักพิเศษ 'primary' ซึ่งจะใช้ปฏิทินหลักของผู้ใช้ที่เข้าสู่ระบบ หากไม่ทราบที่อยู่อีเมลของปฏิทินที่ต้องการใช้ ตรวจสอบได้ที่การตั้งค่าปฏิทินใน UI เว็บของ Google ปฏิทิน (ในส่วน "ที่อยู่ของปฏิทิน") หรือจะค้นหาจากผลของการเรียก calendarList.list() ก็ได้
  • event คือเหตุการณ์ที่จะสร้างโดยมีรายละเอียดที่จำเป็นทั้งหมด เช่น เวลาเริ่มต้นและสิ้นสุด ช่องที่ต้องกรอกเพียง 2 ช่องคือ start และ end ดูชุดช่องเหตุการณ์แบบเต็มได้ที่ข้อมูลอ้างอิง event

เพื่อสร้างเหตุการณ์ให้สำเร็จ คุณต้องทำดังนี้

  • กำหนดขอบเขต OAuth เป็น https://www.googleapis.com/auth/calendar เพื่อให้คุณมีสิทธิ์แก้ไขปฏิทินของผู้ใช้
  • ตรวจสอบว่าผู้ใช้ที่ตรวจสอบสิทธิ์แล้วมีสิทธิ์เขียนปฏิทินด้วย calendarId ที่คุณระบุ (เช่น เรียกใช้ calendarList.get() สำหรับ calendarId และตรวจสอบ accessRole)

เพิ่มข้อมูลเมตาของเหตุการณ์

คุณสามารถเลือกเพิ่มข้อมูลเมตาของกิจกรรมเมื่อสร้างกิจกรรมในปฏิทินได้ หากเลือกที่จะไม่เพิ่มข้อมูลเมตาระหว่างการสร้าง คุณจะอัปเดตหลายช่องได้โดยใช้ events.update() แต่บางช่อง เช่น รหัสกิจกรรม จะตั้งค่าได้ระหว่างการดำเนินการ events.insert() เท่านั้น

ตำแหน่ง

การเพิ่มที่อยู่ลงในช่องสถานที่ตั้งจะทำให้สามารถใช้ฟีเจอร์ต่างๆ เช่น

"เวลาออกเดินทาง" หรือแสดงแผนที่พร้อมเส้นทาง

รหัสเหตุการณ์

เมื่อสร้างกิจกรรม คุณจะเลือกสร้างรหัสเหตุการณ์ของคุณเองได้

ที่สอดคล้องกับข้อกำหนดด้านรูปแบบของเรา ซึ่งจะช่วยให้คุณซิงค์เอนทิตีในฐานข้อมูลในเครื่อง กับกิจกรรมใน Google ปฏิทินได้ นอกจากนี้ยังเป็นการป้องกันการสร้างกิจกรรมที่ซ้ำกันในกรณีที่ดำเนินการไม่สำเร็จในบางเวลา หลังจากดำเนินการในแบ็กเอนด์ของปฏิทินสำเร็จแล้ว หากไม่ระบุรหัสเหตุการณ์ เซิร์ฟเวอร์จะสร้างรหัสให้คุณ ดูข้อมูลเพิ่มเติมได้ที่การอ้างอิงรหัสเหตุการณ์

ผู้เข้าร่วม

กิจกรรมที่คุณสร้างจะปรากฏใน Google ปฏิทินหลักทั้งหมดของ

ผู้เข้าร่วมที่คุณรวมไว้ด้วยรหัสกิจกรรมเดียวกัน หากคุณตั้งค่า sendNotifications เป็น true ในคำขอแทรกของคุณ ผู้เข้าร่วมจะได้รับการแจ้งเตือนทางอีเมลสำหรับกิจกรรมของคุณด้วย ดูข้อมูลเพิ่มเติมในคู่มือกิจกรรมที่มีจำนวนผู้เข้าร่วมหลายคน

ตัวอย่างต่อไปนี้แสดงการสร้างเหตุการณ์และการตั้งค่าข้อมูลเมตา

Go

// Refer to the Go quickstart on how to setup the environment:
// https://developers.google.com/calendar/quickstart/go
// Change the scope to calendar.CalendarScope and delete any stored credentials.

event := &calendar.Event{
  Summary: "Google I/O 2015",
  Location: "800 Howard St., San Francisco, CA 94103",
  Description: "A chance to hear more about Google's developer products.",
  Start: &calendar.EventDateTime{
    DateTime: "2015-05-28T09:00:00-07:00",
    TimeZone: "America/Los_Angeles",
  },
  End: &calendar.EventDateTime{
    DateTime: "2015-05-28T17:00:00-07:00",
    TimeZone: "America/Los_Angeles",
  },
  Recurrence: []string{"RRULE:FREQ=DAILY;COUNT=2"},
  Attendees: []*calendar.EventAttendee{
    &calendar.EventAttendee{Email:"lpage@example.com"},
    &calendar.EventAttendee{Email:"sbrin@example.com"},
  },
}

calendarId := "primary"
event, err = srv.Events.Insert(calendarId, event).Do()
if err != nil {
  log.Fatalf("Unable to create event. %v\n", err)
}
fmt.Printf("Event created: %s\n", event.HtmlLink)

Java

// Refer to the Java quickstart on how to setup the environment:
// https://developers.google.com/calendar/quickstart/java
// Change the scope to CalendarScopes.CALENDAR and delete any stored
// credentials.

Event event = new Event()
    .setSummary("Google I/O 2015")
    .setLocation("800 Howard St., San Francisco, CA 94103")
    .setDescription("A chance to hear more about Google's developer products.");

DateTime startDateTime = new DateTime("2015-05-28T09:00:00-07:00");
EventDateTime start = new EventDateTime()
    .setDateTime(startDateTime)
    .setTimeZone("America/Los_Angeles");
event.setStart(start);

DateTime endDateTime = new DateTime("2015-05-28T17:00:00-07:00");
EventDateTime end = new EventDateTime()
    .setDateTime(endDateTime)
    .setTimeZone("America/Los_Angeles");
event.setEnd(end);

String[] recurrence = new String[] {"RRULE:FREQ=DAILY;COUNT=2"};
event.setRecurrence(Arrays.asList(recurrence));

EventAttendee[] attendees = new EventAttendee[] {
    new EventAttendee().setEmail("lpage@example.com"),
    new EventAttendee().setEmail("sbrin@example.com"),
};
event.setAttendees(Arrays.asList(attendees));

EventReminder[] reminderOverrides = new EventReminder[] {
    new EventReminder().setMethod("email").setMinutes(24 * 60),
    new EventReminder().setMethod("popup").setMinutes(10),
};
Event.Reminders reminders = new Event.Reminders()
    .setUseDefault(false)
    .setOverrides(Arrays.asList(reminderOverrides));
event.setReminders(reminders);

String calendarId = "primary";
event = service.events().insert(calendarId, event).execute();
System.out.printf("Event created: %s\n", event.getHtmlLink());

JavaScript

// Refer to the JavaScript quickstart on how to setup the environment:
// https://developers.google.com/calendar/quickstart/js
// Change the scope to 'https://www.googleapis.com/auth/calendar' and delete any
// stored credentials.

const event = {
  'summary': 'Google I/O 2015',
  'location': '800 Howard St., San Francisco, CA 94103',
  'description': 'A chance to hear more about Google\'s developer products.',
  'start': {
    'dateTime': '2015-05-28T09:00:00-07:00',
    'timeZone': 'America/Los_Angeles'
  },
  'end': {
    'dateTime': '2015-05-28T17:00:00-07:00',
    'timeZone': 'America/Los_Angeles'
  },
  'recurrence': [
    'RRULE:FREQ=DAILY;COUNT=2'
  ],
  'attendees': [
    {'email': 'lpage@example.com'},
    {'email': 'sbrin@example.com'}
  ],
  'reminders': {
    'useDefault': false,
    'overrides': [
      {'method': 'email', 'minutes': 24 * 60},
      {'method': 'popup', 'minutes': 10}
    ]
  }
};

const request = gapi.client.calendar.events.insert({
  'calendarId': 'primary',
  'resource': event
});

request.execute(function(event) {
  appendPre('Event created: ' + event.htmlLink);
});

Node.js

// Refer to the Node.js quickstart on how to setup the environment:
// https://developers.google.com/calendar/quickstart/node
// Change the scope to 'https://www.googleapis.com/auth/calendar' and delete any
// stored credentials.

const event = {
  'summary': 'Google I/O 2015',
  'location': '800 Howard St., San Francisco, CA 94103',
  'description': 'A chance to hear more about Google\'s developer products.',
  'start': {
    'dateTime': '2015-05-28T09:00:00-07:00',
    'timeZone': 'America/Los_Angeles',
  },
  'end': {
    'dateTime': '2015-05-28T17:00:00-07:00',
    'timeZone': 'America/Los_Angeles',
  },
  'recurrence': [
    'RRULE:FREQ=DAILY;COUNT=2'
  ],
  'attendees': [
    {'email': 'lpage@example.com'},
    {'email': 'sbrin@example.com'},
  ],
  'reminders': {
    'useDefault': false,
    'overrides': [
      {'method': 'email', 'minutes': 24 * 60},
      {'method': 'popup', 'minutes': 10},
    ],
  },
};

calendar.events.insert({
  auth: auth,
  calendarId: 'primary',
  resource: event,
}, function(err, event) {
  if (err) {
    console.log('There was an error contacting the Calendar service: ' + err);
    return;
  }
  console.log('Event created: %s', event.htmlLink);
});

PHP

$event = new Google_Service_Calendar_Event(array(
  'summary' => 'Google I/O 2015',
  'location' => '800 Howard St., San Francisco, CA 94103',
  'description' => 'A chance to hear more about Google\'s developer products.',
  'start' => array(
    'dateTime' => '2015-05-28T09:00:00-07:00',
    'timeZone' => 'America/Los_Angeles',
  ),
  'end' => array(
    'dateTime' => '2015-05-28T17:00:00-07:00',
    'timeZone' => 'America/Los_Angeles',
  ),
  'recurrence' => array(
    'RRULE:FREQ=DAILY;COUNT=2'
  ),
  'attendees' => array(
    array('email' => 'lpage@example.com'),
    array('email' => 'sbrin@example.com'),
  ),
  'reminders' => array(
    'useDefault' => FALSE,
    'overrides' => array(
      array('method' => 'email', 'minutes' => 24 * 60),
      array('method' => 'popup', 'minutes' => 10),
    ),
  ),
));

$calendarId = 'primary';
$event = $service->events->insert($calendarId, $event);
printf('Event created: %s\n', $event->htmlLink);

Python

# Refer to the Python quickstart on how to setup the environment:
# https://developers.google.com/calendar/quickstart/python
# Change the scope to 'https://www.googleapis.com/auth/calendar' and delete any
# stored credentials.

event = {
  'summary': 'Google I/O 2015',
  'location': '800 Howard St., San Francisco, CA 94103',
  'description': 'A chance to hear more about Google\'s developer products.',
  'start': {
    'dateTime': '2015-05-28T09:00:00-07:00',
    'timeZone': 'America/Los_Angeles',
  },
  'end': {
    'dateTime': '2015-05-28T17:00:00-07:00',
    'timeZone': 'America/Los_Angeles',
  },
  'recurrence': [
    'RRULE:FREQ=DAILY;COUNT=2'
  ],
  'attendees': [
    {'email': 'lpage@example.com'},
    {'email': 'sbrin@example.com'},
  ],
  'reminders': {
    'useDefault': False,
    'overrides': [
      {'method': 'email', 'minutes': 24 * 60},
      {'method': 'popup', 'minutes': 10},
    ],
  },
}

event = service.events().insert(calendarId='primary', body=event).execute()
print 'Event created: %s' % (event.get('htmlLink'))

Ruby

event = Google::Apis::CalendarV3::Event.new(
  summary: 'Google I/O 2015',
  location: '800 Howard St., San Francisco, CA 94103',
  description: 'A chance to hear more about Google\'s developer products.',
  start: Google::Apis::CalendarV3::EventDateTime.new(
    date_time: '2015-05-28T09:00:00-07:00',
    time_zone: 'America/Los_Angeles'
  ),
  end: Google::Apis::CalendarV3::EventDateTime.new(
    date_time: '2015-05-28T17:00:00-07:00',
    time_zone: 'America/Los_Angeles'
  ),
  recurrence: [
    'RRULE:FREQ=DAILY;COUNT=2'
  ],
  attendees: [
    Google::Apis::CalendarV3::EventAttendee.new(
      email: 'lpage@example.com'
    ),
    Google::Apis::CalendarV3::EventAttendee.new(
      email: 'sbrin@example.com'
    )
  ],
  reminders: Google::Apis::CalendarV3::Event::Reminders.new(
    use_default: false,
    overrides: [
      Google::Apis::CalendarV3::EventReminder.new(
        reminder_method: 'email',
        minutes: 24 * 60
      ),
      Google::Apis::CalendarV3::EventReminder.new(
        reminder_method: 'popup',
        minutes: 10
      )
    ]
  )
)

result = client.insert_event('primary', event)
puts "Event created: #{result.html_link}"

เพิ่มไฟล์แนบของไดรฟ์ในกิจกรรม

คุณสามารถแนบไฟล์ Google ไดรฟ์ เช่น บันทึกการประชุมในเอกสาร งบประมาณในชีต งานนำเสนอในสไลด์ หรือไฟล์ Google ไดรฟ์อื่นๆ ที่เกี่ยวข้องกับกิจกรรมในปฏิทินได้ คุณสามารถเพิ่มไฟล์แนบเมื่อสร้างกิจกรรมกับ events.insert() ขึ้นไปเป็นส่วนหนึ่งของการอัปเดต เช่น ด้วย events.patch()

การแนบไฟล์ Google ไดรฟ์กับกิจกรรมประกอบด้วย 2 ส่วน ดังนี้

  1. รับ URL ของไฟล์ alternateLink, title และ mimeType จาก แหล่งข้อมูล Drive API Files ซึ่งโดยปกติจะใช้เมธอด files.get()
  2. สร้างหรืออัปเดตเหตุการณ์ด้วยการตั้งค่าช่อง attachments ในเนื้อหาคำขอและตั้งค่าพารามิเตอร์ supportsAttachments เป็น true

ตัวอย่างโค้ดต่อไปนี้แสดงวิธีอัปเดตเหตุการณ์ที่มีอยู่เพื่อเพิ่มไฟล์แนบ

Java

public static void addAttachment(Calendar calendarService, Drive driveService, String calendarId,
    String eventId, String fileId) throws IOException {
  File file = driveService.files().get(fileId).execute();
  Event event = calendarService.events().get(calendarId, eventId).execute();

  List<EventAttachment> attachments = event.getAttachments();
  if (attachments == null) {
    attachments = new ArrayList<EventAttachment>();
  }
  attachments.add(new EventAttachment()
      .setFileUrl(file.getAlternateLink())
      .setMimeType(file.getMimeType())
      .setTitle(file.getTitle()));

  Event changes = new Event()
      .setAttachments(attachments);
  calendarService.events().patch(calendarId, eventId, changes)
      .setSupportsAttachments(true)
      .execute();
}

PHP

function addAttachment($calendarService, $driveService, $calendarId, $eventId, $fileId) {
  $file = $driveService->files->get($fileId);
  $event = $calendarService->events->get($calendarId, $eventId);
  $attachments = $event->attachments;

  $attachments[] = array(
    'fileUrl' => $file->alternateLink,
    'mimeType' => $file->mimeType,
    'title' => $file->title
  );
  $changes = new Google_Service_Calendar_Event(array(
    'attachments' => $attachments
  ));

  $calendarService->events->patch($calendarId, $eventId, $changes, array(
    'supportsAttachments' => TRUE
  ));
}

Python

def add_attachment(calendarService, driveService, calendarId, eventId, fileId):
    file = driveService.files().get(fileId=fileId).execute()
    event = calendarService.events().get(calendarId=calendarId,
                                         eventId=eventId).execute()

    attachments = event.get('attachments', [])
    attachments.append({
        'fileUrl': file['alternateLink'],
        'mimeType': file['mimeType'],
        'title': file['title']
    })

    changes = {
        'attachments': attachments
    }
    calendarService.events().patch(calendarId=calendarId, eventId=eventId,
                                   body=changes,
                                   supportsAttachments=True).execute()

เพิ่มการประชุมทางวิดีโอและโทรศัพท์ลงในกิจกรรม

คุณสามารถเชื่อมโยงกิจกรรมกับการประชุม Hangouts และ Google Meet เพื่อให้ผู้ใช้ประชุมจากระยะไกลได้ผ่านทางโทรศัพท์หรือวิดีโอคอล

คุณใช้ช่อง conferenceData เพื่ออ่าน คัดลอก และล้างรายละเอียดการประชุมที่มีอยู่ได้ รวมถึงใช้เพื่อส่งคำขอสร้างการประชุมใหม่ได้ด้วย หากต้องการให้สร้างและแก้ไขรายละเอียดการประชุม ให้ตั้งค่าพารามิเตอร์คำขอ conferenceDataVersion เป็น 1

ปัจจุบันมี conferenceData ที่รองรับอยู่ 3 ประเภทตามที่ระบุไว้โดย conferenceData.conferenceSolution.key.type ดังนี้

  1. Hangouts สำหรับผู้ใช้ทั่วไป (eventHangout)
  2. Hangouts แบบคลาสสิกสำหรับ Google Workspace ผู้ใช้ (เลิกใช้งานแล้ว; eventNamedHangout)
  3. Google Meet (hangoutsMeet)

คุณดูประเภทการประชุมที่รองรับสำหรับปฏิทินของผู้ใช้หนึ่งๆ ได้โดยดูที่ conferenceProperties.allowedConferenceSolutionTypes ในคอลเล็กชัน calendars และ calendarList นอกจากนี้ คุณยังเรียนรู้ได้ว่าผู้ใช้ต้องการสร้าง Hangouts สำหรับกิจกรรมที่สร้างขึ้นใหม่ทั้งหมดหรือไม่ โดยตรวจสอบการตั้งค่า autoAddHangouts ในคอลเล็กชัน settings

นอกเหนือจาก type แล้ว conferenceSolution ยังมีช่อง name และ iconUri ที่ใช้แสดงโซลูชันการประชุมได้ดังที่แสดงด้านล่าง

JavaScript

const solution = event.conferenceData.conferenceSolution;

const content = document.getElementById("content");
const text = document.createTextNode("Join " + solution.name);
const icon = document.createElement("img");
icon.src = solution.iconUri;

content.appendChild(icon);
content.appendChild(text);

คุณสามารถสร้างการประชุมใหม่สำหรับกิจกรรมได้โดยส่ง createRequest ที่มี requestId ที่สร้างขึ้นใหม่ ซึ่งจะสุ่ม string ได้ ระบบจะสร้างการประชุมไม่พร้อมกัน แต่คุณสามารถตรวจสอบสถานะคำขอได้ทุกเมื่อเพื่อแจ้งให้ผู้ใช้ทราบ

เช่น หากต้องการขอให้สร้างการประชุมสำหรับกิจกรรมที่มีอยู่ ให้ทำดังนี้

JavaScript

const eventPatch = {
  conferenceData: {
    createRequest: {requestId: "7qxalsvy0e"}
  }
};

gapi.client.calendar.events.patch({
  calendarId: "primary",
  eventId: "7cbh8rpc10lrc0ckih9tafss99",
  resource: eventPatch,
  sendNotifications: true,
  conferenceDataVersion: 1
}).execute(function(event) {
  console.log("Conference created for event: %s", event.htmlLink);
});

การตอบสนองทันทีต่อการเรียกนี้อาจยังไม่มี conferenceData แบบเต็ม ซึ่งระบุด้วยรหัสสถานะ pending ในช่อง status รหัสสถานะจะเปลี่ยนเป็น success หลังจากป้อนข้อมูลการประชุมแล้ว ช่อง entryPoints จะมีข้อมูลเกี่ยวกับ URI ของวิดีโอและโทรศัพท์ที่ผู้ใช้สามารถโทรเข้าได้

หากต้องการกำหนดเวลาของกิจกรรมในปฏิทินหลายรายการโดยใช้รายละเอียดการประชุมเดียวกัน คุณคัดลอกทั้ง conferenceData จากกิจกรรมหนึ่งไปยังอีกกิจกรรมหนึ่งได้

การคัดลอกมีประโยชน์ในบางสถานการณ์ ตัวอย่างเช่น สมมติว่าคุณกำลังพัฒนา ใบสมัครสรรหาบุคลากรที่กำหนดกิจกรรมสำหรับผู้สมัครและผู้สัมภาษณ์ โดยคุณต้องการปกป้องตัวตนของผู้สัมภาษณ์ แต่ยังต้องการให้ผู้เข้าร่วมทุกคนเข้าร่วมการประชุมสายเดียวกันด้วย