You are here

AddToOffice365.php in Open Social 10.3.x

File

modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendar/AddToOffice365.php
View source
<?php

namespace Drupal\social_event_addtocal\Plugin\SocialAddToCalendar;


/**
 * Provides add to Office 365 calendar plugin.
 *
 * @SocialAddToCalendar(
 *   id = "office_365",
 *   label = @Translation("Office 365"),
 *   url = "https://outlook.office.com/calendar/0/deeplink/compose",
 *   allDayFormat = "Y-m-d",
 *   dateFormat = "Y-m-d\TH:i:s",
 *   utcDateFormat = "Y-m-d\TH:i:s\Z"
 * )
 */
class AddToOffice365 extends AddToOutlook {

}

Classes

Namesort descending Description
AddToOffice365 Provides add to Office 365 calendar plugin.