定制 marcustansoon/spatie-calendar-links-adapter 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

marcustansoon/spatie-calendar-links-adapter

Composer 安装命令:

composer require marcustansoon/spatie-calendar-links-adapter

包简介

PHP Adapter for Spatie/CalenderLinks (Google/iCal/Yahoo Calendar)

README 文档

README

#28ed5d Require PHP version >= 7

#28ed5d Require Spatie/CalendarLinks plugin (install the package via composer. For more info, do visit https://github.com/spatie/calendar-links)

composer require marcustansoon/spatie-calendar-links-adapter

#28ed5d Example usage:-

// Import script
require_once __DIR__ . '/vendor/autoload.php';

use marcustansoon\SpatieCalendarLinksAdapter;

// Create calendar links
        $calendarLinks = SpatieCalendarLinksAdapter::create(
            (object)[
                'from' => '2020-10-28 18:00',
                'to' => '2020-10-28 21:40',
                // List of supported timezones -> https://www.php.net/manual/en/timezones.php
                'timezone' => 'America/Chihuahua',
                'title' => "Elon Musk",
                'description' => 'Elon Reeve Musk FRS is a business magnate, industrial designer, engineer, and philanthropist. He is the founder, CEO, CTO and chief designer of SpaceX; early investor, CEO and product architect of Tesla, Inc.<br>For more information, please visit our website <a href="https://en.wikipedia.org/wiki/Elon_Musk">here</a>.',
            ]
        );
        
        echo $calendarLinks->google; // https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20200929...
        echo $calendarLinks->ics; // data:text/calendar;charset=utf8;base64,QkVHSU46VkNBTEVOREFS...
        echo $calendarLinks->yahoo; // https://calendar.yahoo.com/?v=60&view=d&type=20&st=202009...
        echo $calendarLinks->webOutlook; // https://outlook.live.com/calendar/deeplink/compose?path=/calendar/action/compos...

PHPSandbox Notebook

#28ed5d Disclaimer:

This repository is mainly for educational purpose only. Author doesn't affiliated with Spatie or any other related platforms

统计信息

  • 总下载量: 113
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-10-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固