WO2008122223A1 - A method, a system and a device for managing calendar events - Google Patents

A method, a system and a device for managing calendar events Download PDF

Info

Publication number
WO2008122223A1
WO2008122223A1 PCT/CN2008/070506 CN2008070506W WO2008122223A1 WO 2008122223 A1 WO2008122223 A1 WO 2008122223A1 CN 2008070506 W CN2008070506 W CN 2008070506W WO 2008122223 A1 WO2008122223 A1 WO 2008122223A1
Authority
WO
WIPO (PCT)
Prior art keywords
event
calendar
client
reminding
time
Prior art date
Application number
PCT/CN2008/070506
Other languages
French (fr)
Chinese (zh)
Inventor
Wei Li
Fangmin Liu
Qian Ding
Feng Dou
Jinsong Zhong
Shundong Gao
Weixing He
Jun Yan
Zhonglin Liu
Zhihua Huang
Deng Luo
Original Assignee
Tencent Technology (Shenzhen) Company Limited
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology (Shenzhen) Company Limited filed Critical Tencent Technology (Shenzhen) Company Limited
Publication of WO2008122223A1 publication Critical patent/WO2008122223A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/109Time management, e.g. calendars, reminders, meetings or time accounting

Definitions

  • the present invention relates to the field of computer technology, and more particularly to a calendar event management method, system and device. Background of the invention
  • the calendar software is a kind of computer software used to manage the user's schedule.
  • the software can be run on a single machine in a stand-alone client software mode, or it can be run as a server/client or a web server/browser.
  • the calendar software running in the server/client mode the specific implementation process is: (1) creating a calendar in the server, which can be created according to the situation; (2) encapsulating the calendar data into a data packet and transmitting it to the client (3) After receiving the data packet, the client parses it and displays the parsed calendar data to the computer interface (ie, the calendar view).
  • Embodiments of the present invention provide a calendar event management system, which can implement event management in a calendar other than the Gregorian calendar.
  • the embodiment of the invention provides a calendar event management device, which can implement event management in a calendar other than the Gregorian calendar.
  • the embodiment of the present invention provides a calendar event management method, which can implement event management in a calendar other than the Gregorian calendar.
  • a calendar event management system comprising:
  • the client is configured to create an event, where the event includes time information of the event; and according to the selected calendar, a mapping relationship between the time information of the event and the selected calendar is established.
  • a calendar event management device is a client, and the client includes:
  • An event creation unit configured to create an event, where the event includes time information of the event; and a calendar conversion unit, configured to establish, according to the selected calendar, a mapping relationship between the time information of the event and the selected calendar.
  • a calendar event management method comprising:
  • a mapping relationship between the time information of the event and the selected calendar is established based on the selected calendar.
  • the mapping relationship between the time information of the event and the calendar time data is established, thereby implementing event management by using various calendars including the lunar calendar, thereby improving the ease of use of the calendar.
  • FIG. 1 is a structural diagram of a calendar event management device according to an embodiment of the present invention.
  • FIG. 2 is a structural diagram of a calendar event management system according to an embodiment of the present invention.
  • FIG. 3 is a flowchart of a calendar event management method according to Embodiment 1 of the present invention.
  • the embodiment of the present invention realizes event management by using various calendars including the lunar calendar to establish a mapping relationship between the time information of the event and the calendar time data, thereby improving the ease of use of the calendar.
  • FIG. 1 is a structural diagram of a calendar event management device according to an embodiment of the present invention.
  • the device is a client 100, configured to create an event, where the event includes time information of an event; and is established according to the selected calendar.
  • the events created in it can include the calendar ID of the event, the event type, the start time, the end time, the event permission, the event location, the advance reminder duration, the calendar type, and so on.
  • This embodiment is an embodiment of a client's stand-alone operation.
  • the interface for creating events can be implemented using controls, such as a combo box control or a RadioBox control.
  • This interface is used to enter information such as the start time of the event, and provides an option to select the calendar on the interface.
  • the options can include the Gregorian calendar, the Lunar calendar, and so on.
  • the client 100 stores the event and the mapping relationship locally, and issues event reminding information of the stored event according to the preset reminding logic and the current time.
  • the events created and the established mappings can be collectively referred to as event data.
  • the process of issuing an event reminder message can be: Generate a calendar page based on the event and display it on the user interface.
  • the reminder information can be a piece of text, an animation, or accompanied by a prompt tone.
  • the preset reminder logic can be: a reminder at a specific time before the event start time, or a reminder at intervals, until the event starts, or as the event approaches, the reminder frequency increases continuously, etc. It can be set according to actual needs.
  • the client 100 includes an event creation unit 101 and a calendar conversion unit 102.
  • the event creation unit 101 is configured to create an event, where the event includes time information of the event;
  • the calendar conversion unit 102 is configured to establish a mapping between the time information of the event and the selected calendar according to the selected calendar relationship.
  • the calendar can be a Gregorian calendar or a lunar calendar.
  • the client 100 may further include a data storage unit 103 and an event reminding unit 104.
  • the data storage unit 103 is configured to store the event created by the event creation unit 101 and the mapping relationship established by the calendar conversion unit 102 locally; a typical manner is to store in the form of a data table, wherein, The "CalType" field is used to indicate the type of calendar.
  • the event reminding unit 104 is configured to issue event reminding information of the stored event according to the preset reminding logic and the current time.
  • FIG. 2 is a structural diagram of a calendar event management system according to an embodiment of the present invention. As shown in FIG. 2, the system includes a client 200 and a server 206.
  • the client 200 is configured to create an event, where the event includes time information of the event; and according to the selected calendar, establishing a mapping relationship between the time information of the event and the selected calendar; and the event and the mapping The relationship is sent to the server 206 and stored in the server 206.
  • the server 206 is configured to save the event sent by the client 200 and the mapping relationship;
  • the server 206 sends an event reminder message of the stored event to the client 200 according to the preset reminder logic and the current time; the client 200 issues event reminder information according to the received event reminder message.
  • the method of issuing the event reminder information may be displaying the content of the event reminder message to the user interface. _ ⁇ where the client 200 includes an event creation unit 201 and a calendar conversion unit 202.
  • the event creation unit 201 is configured to create an event, where the event includes time information of the event, and a calendar conversion unit 202, configured to establish, according to the selected calendar, a mapping relationship between the time information of the event and the selected calendar.
  • a calendar conversion unit 202 configured to establish, according to the selected calendar, a mapping relationship between the time information of the event and the selected calendar.
  • the client 200 further includes:
  • the data sending unit 203 is configured to send the mapping relationship between the event and the time information of the event and the selected calendar to the server 206.
  • the message used to send the event data may be represented by a “cEventCalType” field.
  • the type of the calendar, such as the value of the field is 0 for the Gregorian calendar, 1 for the lunar calendar, other calendars for other values, and so on.
  • the data receiving unit 204 is configured to receive an event reminding message sent by the server 206.
  • the event reminding unit 205 is configured to issue event reminding information when the data receiving unit 204 receives the event reminding message.
  • the server 206 includes a logical management unit 207, a storage unit 208, and a transceiver unit 209, in which:
  • the transceiver unit 209 is configured to receive an event sent by the client 200, and send it to the storage unit 208 for storage, and send an event reminder message generated by the logic management unit 207 to the client 200.
  • the logic management unit 207 is configured to generate an event reminding message of the event stored by the storage unit 208 according to the preset reminding logic and the current time.
  • the storage unit 208 is configured to store an event sent by the client 200 received from the transceiver unit 209, including a created event and a mapping relationship between the time information of the event and the selected calendar.
  • the storage unit 208 can store event data in a variety of ways, which is typically stored in the form of a data table. _ ⁇
  • the client 200 can also be replaced by a WEB browser, and the server 206 can also be replaced by a WEB server.
  • the implementation method is the same, and details are not described herein again.
  • FIG. 3 is a flowchart of a calendar event management method according to Embodiment 1 of the present invention. The method flow is based on the client structure shown in FIG. 1, and the specific process is as follows:
  • Step S301 creating an event.
  • the created event can include a variety of events, such as meetings, vacations, outings, etc.
  • the calendar can also be a variety of calendars, such as the lunar calendar.
  • the created event contains the time information of the event, such as the start time and end time of the event.
  • the event may also include various information such as the calendar ID of the event, the event type, the event permission, the event location, the advance reminder duration, and the calendar type of the event selection.
  • Step S302 establishing a mapping relationship between the time information of the event and the selected calendar according to the selected calendar.
  • the mapping between the time information of the event and the selected calendar time can be established in a plurality of ways.
  • a typical way can be: establishing time information and calendar time data of the event by marking the time information of the event with a calendar time label.
  • the mapping relationship such as the start time of the event is 11:00 on January 1, 2007. If the calendar type of the selected event is the lunar calendar, then this time will be marked with a label representing the lunar calendar.
  • Step S303 Store the created event and the established mapping relationship locally on the client.
  • Step S304 when the user initiates the viewing request, the client 100 extracts the saved event data from the local.
  • Step S305 Generate a calendar page according to the extracted event data, and display it on the user interface.
  • step S306 the client 100 converts the time information of the event into the Gregorian time according to the selected calendar, and compares it with the local Gregorian time.
  • the comparison here can be timed or real time.
  • Step S307 when the two times are equal, the client 100 issues an event reminding message to the user.
  • FIG. 4 is a flowchart of a calendar event management method according to Embodiment 2 of the present invention. The process of the method is based on the system structure shown in FIG. 2, and the specific process is as follows:
  • Step S401 creating an event.
  • Step S402 establishing a mapping relationship between the time information of the event and the selected calendar according to the selected calendar.
  • Step S403 The created event and the established mapping relationship are sent to the server 200, and are stored by the server 200.
  • Step S404 When the client 100 initiates the viewing request, the server 200 extracts corresponding event data according to the user's viewing request and sends the event data to the client 100.
  • Step S405 the client 100 generates a calendar page according to the received event data, and displays it to the user interface.
  • step S406 the server 200 converts the time information of the event into the calendar time according to the selected calendar and compares it with the local calendar time.
  • step S407 when the two times are equal, the server 200 sends an event reminding message to the client 100.
  • the event reminding message when the event time is compared with the local Gregorian time, the event reminding message may also be sent when the two are different for a certain time, and when the event reminding message is specifically sent, it may be determined according to the actual needs and the preset reminding logic.
  • the method set forth in the present invention can also be applied when managing calendars with other calendar times.

Abstract

The present invention involves the field of computer technology. A method, a system and a device for managing calendar events are provided. The method for managing calendar events comprises the steps of : creating an event, wherein the event includes the information on the timing of the event; establishing a mapping relationship between the information on the timing of the event and a selected calendar according to the selected calendar. The present invention could achieve the management of events in accordance with a calendar other than the Gregorian calendar by forming a correspondence between the information on the timing of an event and the calendar. Thus the availability of the calendar is improved.

Description

_ ^ 曰历事件管理方法、 系统及设备 _ ^ 曰 calendar event management method, system and equipment
技术领域  Technical field
本发明涉及计算机技术领域, 更具体地说, 涉及一种日历事件管理 方法、 系统及设备。 发明背景  The present invention relates to the field of computer technology, and more particularly to a calendar event management method, system and device. Background of the invention
曰历软件是一种用以实现管理用户日程安排的计算机软件, 这种软 件可以单机客户端软件方式运行于单机上,也可以以服务器 /客户端或者 web服务器 /浏览器的方式运行。  The calendar software is a kind of computer software used to manage the user's schedule. The software can be run on a single machine in a stand-alone client software mode, or it can be run as a server/client or a web server/browser.
例如以服务器 /客户端方式运行的日历软件, 其具体的实现过程是: ( 1 )在服务器中创建日历, 可根据情况创建多套; ( 2 )将日历数据封 装成数据包并传送给客户端; ( 3 )客户端接收到数据包后, 对其进行解 析, 并将解析得到的日历数据显示到计算机的界面 (即日历视图 )上。  For example, the calendar software running in the server/client mode, the specific implementation process is: (1) creating a calendar in the server, which can be created according to the situation; (2) encapsulating the calendar data into a data packet and transmitting it to the client (3) After receiving the data packet, the client parses it and displays the parsed calendar data to the computer interface (ie, the calendar view).
现有的日历软件在管理用户日程时, 只能使用公历时间对事件进行 管理, 包括创建事件、 查看事件、 设置提醒等, 而不能使用公历以外的 其他历法进行事件管理, 但对于一些习惯使用其他历法的用户来说, 例 如很多中国用户习惯使用农历时间, 因此现有技术中日历软件的事件管 理功能并不能满足一些习惯使用公历以外历法的用户的需要。 发明内容  Existing calendar software can only use the Gregorian calendar to manage events when managing user schedules, including creating events, viewing events, setting reminders, etc., but not using calendars other than the Gregorian calendar for event management, but for some habits, other uses For the users of the calendar, for example, many Chinese users are accustomed to using the lunar calendar time. Therefore, the event management function of the calendar software in the prior art cannot satisfy the needs of users who are accustomed to using calendars other than the Gregorian calendar. Summary of the invention
本发明实施例提供一种日历事件管理系统, 可以实现以公历以外的 历法进行事件管理。  Embodiments of the present invention provide a calendar event management system, which can implement event management in a calendar other than the Gregorian calendar.
本发明实施例提供一种日历事件管理设备, 可以实现以公历以外的 历法进行事件管理。 _ ^ 本发明实施例提供一种日历事件管理方法, 可以实现以公历以外的 历法进行事件管理。 The embodiment of the invention provides a calendar event management device, which can implement event management in a calendar other than the Gregorian calendar. The embodiment of the present invention provides a calendar event management method, which can implement event management in a calendar other than the Gregorian calendar.
本发明实施例的技术方案是这样实现的:  The technical solution of the embodiment of the present invention is implemented as follows:
一种日历事件管理系统, 该系统包括:  A calendar event management system, the system comprising:
客户端, 用于创建事件, 该事件中包含事件的时间信息; 根据选择 的历法, 建立所述事件的时间信息与所述选择的历法之间的映射关系。  The client is configured to create an event, where the event includes time information of the event; and according to the selected calendar, a mapping relationship between the time information of the event and the selected calendar is established.
一种日历事件管理设备, 所述日历事件管理设备是客户端, 该客户 端包括:  A calendar event management device, the calendar event management device is a client, and the client includes:
事件创建单元, 用于创建事件, 该事件中包含事件的时间信息; 历法转换单元, 用于根据选择的历法, 建立所述事件的时间信息与 所述选择的历法之间的映射关系。  An event creation unit, configured to create an event, where the event includes time information of the event; and a calendar conversion unit, configured to establish, according to the selected calendar, a mapping relationship between the time information of the event and the selected calendar.
一种日历事件管理方法, 该方法包括:  A calendar event management method, the method comprising:
创建事件, 该事件中包含事件的时间信息;  Create an event that contains time information for the event;
根据选择的历法, 建立所述事件的时间信息与所述选择的历法之间 的映射关系。  A mapping relationship between the time information of the event and the selected calendar is established based on the selected calendar.
本发明实施例通过在事件的时间信息与历法时间数据之间建立映射 关系, 从而实现以包括农历在内的多种历法进行事件管理, 提高了曰历 的易用性。 附图简要说明  In the embodiment of the present invention, the mapping relationship between the time information of the event and the calendar time data is established, thereby implementing event management by using various calendars including the lunar calendar, thereby improving the ease of use of the calendar. BRIEF DESCRIPTION OF THE DRAWINGS
图 1是本发明实施例的日历事件管理设备的结构图;  1 is a structural diagram of a calendar event management device according to an embodiment of the present invention;
图 2是本发明实施例的日历事件管理系统的结构图;  2 is a structural diagram of a calendar event management system according to an embodiment of the present invention;
图 3是本发明实施例一的日历事件管理方法的流程图;  3 is a flowchart of a calendar event management method according to Embodiment 1 of the present invention;
图 4是本发明实施例二的日历事件管理方法的流程图。 _ ^ 4 is a flowchart of a calendar event management method according to Embodiment 2 of the present invention. _ ^
实施本发明的方式 Mode for carrying out the invention
为了使本发明的目的、 技术方案及优点更加清楚明白, 以下结合附 图及实施例, 对本发明进行进一步详细说明。  In order to make the objects, the technical solutions and the advantages of the present invention more comprehensible, the present invention will be further described in detail below with reference to the accompanying drawings.
本发明实施例通过在事件的时间信息与历法时间数据之间建立映 射关系, 从而实现以包括农历在内的多种历法进行事件管理, 提高了曰 历的易用性。  The embodiment of the present invention realizes event management by using various calendars including the lunar calendar to establish a mapping relationship between the time information of the event and the calendar time data, thereby improving the ease of use of the calendar.
图 1示出了本发明实施例的日历事件管理设备结构图, 如图 1所示, 该设备为客户端 100, 用于创建事件, 该事件中包含事件的时间信息; 根据选择的历法, 建立所述事件的时间信息与所述选择的历法之间的映 射关系。 其中创建的事件可以包括事件所属日历 ID、 事件类型、 开始时 间、 结束时间、 事件权限、 事件地点、 提前提醒时长、 历法类型等。 该 实施例是客户端单机运行的实施例。  FIG. 1 is a structural diagram of a calendar event management device according to an embodiment of the present invention. As shown in FIG. 1 , the device is a client 100, configured to create an event, where the event includes time information of an event; and is established according to the selected calendar. A mapping relationship between the time information of the event and the selected calendar. The events created in it can include the calendar ID of the event, the event type, the start time, the end time, the event permission, the event location, the advance reminder duration, the calendar type, and so on. This embodiment is an embodiment of a client's stand-alone operation.
创建事件的界面可以使用控件实现, 比如一个组合框控件或者单选 框(RadioBox )控件。 该界面用来输入事件开始时间等信息, 并在界面 上提供一个用来选择历法的选项, 选项中可以包括公历、 农历等。  The interface for creating events can be implemented using controls, such as a combo box control or a RadioBox control. This interface is used to enter information such as the start time of the event, and provides an option to select the calendar on the interface. The options can include the Gregorian calendar, the Lunar calendar, and so on.
较佳地, 所述客户端 100将所述事件和所述映射关系存储在本地, 并根据预设的提醒逻辑和当前时间, 发出存储的事件的事件提醒信息。 其中创建的事件及建立的映射关系可以统称为事件数据。 发出事件提醒 信息的过程可以是: 根据所述事件生成日历页面并显示到用户界面上。 提醒信息可以是一段文字、 动画或者伴随有提示音等。  Preferably, the client 100 stores the event and the mapping relationship locally, and issues event reminding information of the stored event according to the preset reminding logic and the current time. The events created and the established mappings can be collectively referred to as event data. The process of issuing an event reminder message can be: Generate a calendar page based on the event and display it on the user interface. The reminder information can be a piece of text, an animation, or accompanied by a prompt tone.
预设的提醒逻辑可以是: 在事件开始时间之前的特定时间进行一次 提醒, 或者每间隔一段时间进行一次提醒, 直到事件开始, 或者随着事 件的临近, 提醒频率不断增加等等, 总之提醒逻辑可以根据实际需要进 行设置。  The preset reminder logic can be: a reminder at a specific time before the event start time, or a reminder at intervals, until the event starts, or as the event approaches, the reminder frequency increases continuously, etc. It can be set according to actual needs.
其中, 客户端 100包括事件创建单元 101和历法转换单元 102。 _ ^ 事件创建单元 101 , 用于创建事件, 该事件中包含事件的时间信息; 历法转换单元 102, 用于根据选择的历法, 建立所述事件的时间信 息与所述选择的历法之间的映射关系。 历法可以是公历或农历等。 The client 100 includes an event creation unit 101 and a calendar conversion unit 102. _ ^ The event creation unit 101 is configured to create an event, where the event includes time information of the event; the calendar conversion unit 102 is configured to establish a mapping between the time information of the event and the selected calendar according to the selected calendar relationship. The calendar can be a Gregorian calendar or a lunar calendar.
较佳地, 客户端 100还可以进一步包括数据存储单元 103和事件提醒 单元 104。  Preferably, the client 100 may further include a data storage unit 103 and an event reminding unit 104.
数据存储单元 103用于将所述事件创建单元 101创建的事件和所述 历法转换单元 102建立的所述映射关系存储在本地; 比较典型的方式是 采取数据表的形式进行存储, 其中, 可以使用 "CalType"字段来表示日 历的类型。  The data storage unit 103 is configured to store the event created by the event creation unit 101 and the mapping relationship established by the calendar conversion unit 102 locally; a typical manner is to store in the form of a data table, wherein, The "CalType" field is used to indicate the type of calendar.
事件提醒单元 104用于根据预设的提醒逻辑和当前时间, 发出存储 的事件的事件提醒信息。  The event reminding unit 104 is configured to issue event reminding information of the stored event according to the preset reminding logic and the current time.
另外, 在客户端单独实现日历事件管理功能之外, 还可以采用客户 端 /服务器或者 WEB浏览器 /WEB服务器的形式实现。 图 2为本发明实施 例的日历事件管理系统结构图, 如图 2所示, 该系统包括客户端 200和服 务器 206。  In addition, in addition to the calendar event management function implemented on the client side, it can also be implemented in the form of a client/server or a WEB browser/WEB server. 2 is a structural diagram of a calendar event management system according to an embodiment of the present invention. As shown in FIG. 2, the system includes a client 200 and a server 206.
包括客户端 200用于创建事件, 该事件中包含事件的时间信息; 根 据选择的历法, 建立所述事件的时间信息与所述选择的历法之间的映射 关系; 将所述事件及所述映射关系向服务器 206发送, 存储在服务器 206 中。  The client 200 is configured to create an event, where the event includes time information of the event; and according to the selected calendar, establishing a mapping relationship between the time information of the event and the selected calendar; and the event and the mapping The relationship is sent to the server 206 and stored in the server 206.
服务器 206用于保存所述客户端 200发送的所述事件及所述映射关 系;  The server 206 is configured to save the event sent by the client 200 and the mapping relationship;
较佳地, 所述服务器 206根据预设的提醒逻辑和当前时间, 向客户 端 200发送存储的事件的事件提醒消息; 客户端 200根据接收到的事件提 醒消息发出事件提醒信息。 发出事件提醒信息的方法可以是将所述事件 提醒消息的内容显示到用户界面上。 _ ^ 其中, 客户端 200包括事件创建单元 201和历法转换单元 202。 Preferably, the server 206 sends an event reminder message of the stored event to the client 200 according to the preset reminder logic and the current time; the client 200 issues event reminder information according to the received event reminder message. The method of issuing the event reminder information may be displaying the content of the event reminder message to the user interface. _ ^ where the client 200 includes an event creation unit 201 and a calendar conversion unit 202.
事件创建单元 201 , 用于创建事件, 该事件中包含事件的时间信息; 历法转换单元 202, 用于根据选择的历法, 建立所述事件的时间信 息与所述选择的历法之间的映射关系。 以上两个单元的功能与实施例一 相同, 这里不再赘述。 The event creation unit 201 is configured to create an event, where the event includes time information of the event, and a calendar conversion unit 202, configured to establish, according to the selected calendar, a mapping relationship between the time information of the event and the selected calendar. The functions of the above two units are the same as those of the first embodiment, and are not described here.
与客户端单独实现日历事件管理的实施例的区别在于, 客户端 200 还包括:  The difference from the embodiment in which the client implements calendar event management separately is that the client 200 further includes:
数据发送单元 203 , 用于将所述事件及所述事件的时间信息与所述 选择的历法之间的映射关系向服务器 206发送; 用于发送事件数据的消 息中, 可以采用 "cEventCalType" 字段表示历法的类型, 比如该字段的 值为 0表示公历, 1表示农历, 其他历法用其他的值表示, 依次类推。  The data sending unit 203 is configured to send the mapping relationship between the event and the time information of the event and the selected calendar to the server 206. The message used to send the event data may be represented by a “cEventCalType” field. The type of the calendar, such as the value of the field is 0 for the Gregorian calendar, 1 for the lunar calendar, other calendars for other values, and so on.
数据接收单元 204, 用于接收服务器 206发送的事件提醒消息; 事件提醒单元 205 , 用于在数据接收单元 204接收到事件提醒消息时 发出事件提醒信息。  The data receiving unit 204 is configured to receive an event reminding message sent by the server 206. The event reminding unit 205 is configured to issue event reminding information when the data receiving unit 204 receives the event reminding message.
服务器 206包括逻辑管理单元 207、 存储单元 208和收发单元 209, 其 中:  The server 206 includes a logical management unit 207, a storage unit 208, and a transceiver unit 209, in which:
收发单元 209, 用于接收客户端 200发送的事件, 并发送到存储单元 208进行存储, 将逻辑管理单元 207生成的事件提醒消息向客户端 200发 送。  The transceiver unit 209 is configured to receive an event sent by the client 200, and send it to the storage unit 208 for storage, and send an event reminder message generated by the logic management unit 207 to the client 200.
逻辑管理单元 207 , 用于根据预设的提醒逻辑和当前时间, 生成存 储单元 208存储的事件的事件提醒消息。  The logic management unit 207 is configured to generate an event reminding message of the event stored by the storage unit 208 according to the preset reminding logic and the current time.
存储单元 208 , 用于存储从收发单元 209接收的客户端 200发送的事 件, 包括创建的事件及所述事件的时间信息与所述选择的历法之间的映 射关系。 存储单元 208可采取多种方式存储事件数据, 比较典型的方式 是采取数据表的形式进行存储。 _ ^ 当然, 上述实施例中客户端 200也可以采用 WEB浏览器代替, 服务 器 206也可以采用 WEB服务器代替, 其实现方法相同, 这里不再赘述。 The storage unit 208 is configured to store an event sent by the client 200 received from the transceiver unit 209, including a created event and a mapping relationship between the time information of the event and the selected calendar. The storage unit 208 can store event data in a variety of ways, which is typically stored in the form of a data table. _ ^ Of course, in the above embodiment, the client 200 can also be replaced by a WEB browser, and the server 206 can also be replaced by a WEB server. The implementation method is the same, and details are not described herein again.
以上介绍了本发明实施例的日历事件管理系统的具体结构, 下面将 详细介绍本发明实施例的日历事件管理方法流程。  The specific structure of the calendar event management system of the embodiment of the present invention is described above. The flow of the calendar event management method of the embodiment of the present invention will be described in detail below.
图 3示出了本发明实施例一的日历事件管理方法流程图, 该方法流 程基于图 1所示的客户端结构, 具体过程如下:  FIG. 3 is a flowchart of a calendar event management method according to Embodiment 1 of the present invention. The method flow is based on the client structure shown in FIG. 1, and the specific process is as follows:
步骤 S301 , 创建事件。 此步骤中, 创建的事件可包括多种事件, 如 会议、 休假、 外出等等, 而历法也可以是多种历法, 比如农历。 创建的 事件中包含事件的时间信息, 比如事件的开始时间和结束时间。 该事件 中还可以包括事件所属日历 ID、 事件类型、 事件权限、 事件地点、 提前 提醒时长、 事件选择的历法类型等多种信息。  Step S301, creating an event. In this step, the created event can include a variety of events, such as meetings, vacations, outings, etc., and the calendar can also be a variety of calendars, such as the lunar calendar. The created event contains the time information of the event, such as the start time and end time of the event. The event may also include various information such as the calendar ID of the event, the event type, the event permission, the event location, the advance reminder duration, and the calendar type of the event selection.
步骤 S302, 根据选择的历法, 建立所述事件的时间信息与所述选择 的历法之间的映射关系。 事件的时间信息与选择的历法时间之间映射关 系的建立可采取多种方式, 一个典型的方式可以是: 通过为事件的时间 信息打上历法时间标签的方式, 建立事件的时间信息与历法时间数据之 间的映射关系, 比如事件的开始时间为 2007年 1月 1日 11:00, 如果选择的 事件的历法类型是农历, 那么这个时间将打上一个代表农历的标签。  Step S302, establishing a mapping relationship between the time information of the event and the selected calendar according to the selected calendar. The mapping between the time information of the event and the selected calendar time can be established in a plurality of ways. A typical way can be: establishing time information and calendar time data of the event by marking the time information of the event with a calendar time label. The mapping relationship, such as the start time of the event is 11:00 on January 1, 2007. If the calendar type of the selected event is the lunar calendar, then this time will be marked with a label representing the lunar calendar.
步骤 S303 , 将创建的事件及建立的映射关系存储在客户端本地。 步骤 S304, 当用户发起查看请求时, 客户端 100从本地提取保存的 事件数据。  Step S303: Store the created event and the established mapping relationship locally on the client. Step S304, when the user initiates the viewing request, the client 100 extracts the saved event data from the local.
步骤 S305, 根据提取的事件数据生成日历页面, 并显示到用户界面 上。  Step S305: Generate a calendar page according to the extracted event data, and display it on the user interface.
步骤 S306, 客户端 100将事件的时间信息根据选择的历法换算为公 历时间, 并与本地公历时间进行对比。 这里的对比可以是定时的或实时 的。 _ ^ 步骤 S307 , 当两者时间相等时, 客户端 100发出事件提醒信息给用 户。 In step S306, the client 100 converts the time information of the event into the Gregorian time according to the selected calendar, and compares it with the local Gregorian time. The comparison here can be timed or real time. _ ^ Step S307, when the two times are equal, the client 100 issues an event reminding message to the user.
图 4示出了本发明实施例二的日历事件管理方法流程图, 该方法流 程基于图 2所示的系统结构, 具体过程如下:  FIG. 4 is a flowchart of a calendar event management method according to Embodiment 2 of the present invention. The process of the method is based on the system structure shown in FIG. 2, and the specific process is as follows:
步骤 S401 , 创建事件。  Step S401, creating an event.
步骤 S402, 根据选择的历法, 建立所述事件的时间信息与所述选择 的历法之间的映射关系。  Step S402, establishing a mapping relationship between the time information of the event and the selected calendar according to the selected calendar.
步骤 S403 , 将将创建的事件及建立的映射关系发送给服务器 200, 由服务器 200存储。  Step S403: The created event and the established mapping relationship are sent to the server 200, and are stored by the server 200.
步骤 S404, 当客户端 100发起查看请求时, 服务器 200则根据用户的 查看请求提取相应的事件数据并发送给客户端 100。  Step S404: When the client 100 initiates the viewing request, the server 200 extracts corresponding event data according to the user's viewing request and sends the event data to the client 100.
步骤 S405 , 客户端 100根据收到的事件数据生成日历页面, 显示到 用户界面。  Step S405, the client 100 generates a calendar page according to the received event data, and displays it to the user interface.
步骤 S406 , 服务器 200将事件的时间信息根据选择的历法换算为公 历时间, 并与本地公历时间进行对比。  In step S406, the server 200 converts the time information of the event into the calendar time according to the selected calendar and compares it with the local calendar time.
在步骤 S407中, 当两者时间相等时, 服务器 200发送事件提醒消息 给客户端 100。  In step S407, when the two times are equal, the server 200 sends an event reminding message to the client 100.
当然, 上述方法中, 事件时间与本地公历时间对比时, 也可以在两 者相差一定时间时发出事件提醒消息, 具体何时发出事件提醒消息, 可 以根据实际需要和预设的提醒逻辑决定。 历, 采用其他历法时间管理日历时也可以应用本发明所阐述的方法。  Of course, in the above method, when the event time is compared with the local Gregorian time, the event reminding message may also be sent when the two are different for a certain time, and when the event reminding message is specifically sent, it may be determined according to the actual needs and the preset reminding logic. The method set forth in the present invention can also be applied when managing calendars with other calendar times.
以上所述仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡 在本发明的精神和原则之内所作的任何修改、 等同替换和改进等, 均应 包含在本发明的保护范围之内。  The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the protection of the present invention. Within the scope.

Claims

权利要求书 Claim
1、 一种日历事件管理系统, 其特征在于, 所述系统包括: 客户端, 用于创建事件, 该事件中包含事件的时间信息; 根据选择 的历法, 建立所述事件的时间信息与所述选择的历法之间的映射关系, 并将所述事件及所述映射关系向服务器发送;  A calendar event management system, the system comprising: a client, configured to create an event, the event including time information of the event; establishing time information of the event according to the selected calendar a mapping relationship between the selected calendars, and transmitting the event and the mapping relationship to the server;
服务器, 用于保存所述客户端发送的所述事件及所述映射关系。 a server, configured to save the event and the mapping relationship sent by the client.
2、 根据权利要求 1所述的日历事件管理系统, 其特征在于, 所述服 务器进一步用于根据预设的提醒逻辑和当前时间, 向客户端发送存储的 事件的事件提醒消息; The calendar event management system according to claim 1, wherein the server is further configured to send an event reminder message of the stored event to the client according to the preset reminder logic and the current time;
所述客户端进一步用于根据接收到的事件提醒消息发出事件提醒 信息。  The client is further configured to issue event reminder information according to the received event reminder message.
3、 根据权利要求 2所述的日历事件管理系统, 其特征在于, 所述服 务器包括:  3. The calendar event management system according to claim 2, wherein the server comprises:
收发单元, 用于接收客户端发送的事件, 并发送到存储单元, 将逻 辑管理单元生成的事件提醒消息向客户端发送。  The transceiver unit is configured to receive an event sent by the client, and send the event to the storage unit, and send an event reminder message generated by the logic management unit to the client.
逻辑管理单元, 用于根据预设的提醒逻辑和当前时间, 生成存储的 事件的事件提醒消息,  a logic management unit, configured to generate an event reminding message of the stored event according to the preset reminding logic and the current time,
存储单元, 用于存储客户端发送的事件, 包括创建的事件及所述事 件的时间信息与所述选择的历法之间的映射关系。  And a storage unit, configured to store an event sent by the client, including a created event and a mapping relationship between the time information of the event and the selected calendar.
4、 一种日历事件管理设备, 其特征在于, 所述日历事件管理设备 是客户端, 所述客户端包括:  A calendar event management device, wherein the calendar event management device is a client, and the client includes:
事件创建单元, 用于创建事件, 该事件中包含事件的时间信息; 历法转换单元, 用于根据选择的历法, 建立所述事件的时间信息与 所述选择的历法之间的映射关系。 An event creation unit, configured to create an event, where the event includes time information of the event, and a calendar conversion unit, configured to establish, according to the selected calendar, a mapping relationship between the time information of the event and the selected calendar.
5、 根据权利要求 4所述的日历事件管理设备, 其特征在于, 所述客 户端进一步包括: The calendar event management device according to claim 4, wherein the client further comprises:
数据存储单元, 用于将所述事件创建单元创建的事件和所述历法转 换单元建立的所述映射关系存储在本地;  a data storage unit, configured to store an event created by the event creation unit and the mapping relationship established by the calendar conversion unit locally;
事件提醒单元, 用于根据预设的提醒逻辑和当前时间, 发出存储的 事件的事件提醒信息。  The event reminding unit is configured to send event reminding information of the stored event according to the preset reminding logic and the current time.
6、 根据权利要求 4所述的日历事件管理设备, 其特征在于, 所述客 户端进一步包括:  The calendar event management device according to claim 4, wherein the client further comprises:
数据发送单元, 用于将所述事件及所述事件的时间信息与所述选择 的历法之间的映射关系向服务器发送;  a data sending unit, configured to send, to the server, a mapping relationship between the event and the time information of the event and the selected calendar;
数据接收单元, 用于接收服务器发送的事件提醒消息;  a data receiving unit, configured to receive an event reminding message sent by the server;
事件提醒单元, 用于在数据接收单元接收到事件提醒消息时发出事 件提醒信息。  The event reminding unit is configured to issue event reminding information when the data receiving unit receives the event reminding message.
7、 一种日历事件管理方法, 其特征在于, 所述方法包括: 创建事件, 该事件中包含事件的时间信息;  A calendar event management method, the method comprising: creating an event, where the event includes time information of the event;
根据选择的历法, 建立所述事件的时间信息与所述选择的历法之间 的映射关系。  A mapping relationship between the time information of the event and the selected calendar is established based on the selected calendar.
8、 根据权利要求 7所述的日历事件管理方法, 其特征在于, 所述事 件及所述映射关系存储在客户端中, 所述客户端根据预设的提醒逻辑和 当前时间, 发出存储的事件的事件提醒信息。  The calendar event management method according to claim 7, wherein the event and the mapping relationship are stored in a client, and the client issues a stored event according to a preset reminder logic and a current time. Event reminder information.
9、 根据权利要求 8所述的日历事件管理方法, 其特征在于, 所述客 户端根据预设的提醒逻辑和当前时间, 发出存储的事件的事件提醒信 息, 包括:  The calendar event management method according to claim 8, wherein the client sends the event reminding information of the stored event according to the preset reminding logic and the current time, including:
将所述的存储的事件的时间信息根据选择的历法换算为公历时间, 并与本地公历时间进行对比, 若两者相等, 则发出事件提醒信息。 The time information of the stored event is converted into the Gregorian time according to the selected calendar, and compared with the local Gregorian time. If the two are equal, the event reminding information is sent.
10、 根据权利要求 7所述的日历事件管理方法, 其特征在于, 所述 事件及所述映射关系保存在服务器中, 所述服务器根据预设的提醒逻辑 和当前时间, 向客户端发送存储的事件的事件提醒消息。 The calendar event management method according to claim 7, wherein the event and the mapping relationship are saved in a server, and the server sends the stored storage to the client according to the preset reminding logic and the current time. Event reminder message for the event.
11、 根据权利要求 10所述的日历事件管理方法, 其特征在于, 所述 客户端根据预设的提醒逻辑和当前时间, 向客户端发送存储的事件的事 件提醒消息, 包括:  The calendar event management method according to claim 10, wherein the client sends an event reminder message of the stored event to the client according to the preset reminder logic and the current time, including:
将所述的存储的事件的时间信息根据选择的历法换算为公历时间, 并与本地公历时间进行对比, 若两者相等, 则向客户端发送存储的事件 的事件提醒消息;  The time information of the stored event is converted into a Gregorian time according to the selected calendar, and compared with the local Gregorian time. If the two are equal, the event reminder message of the stored event is sent to the client;
所述客户端接收到所述事件提醒消息时发出事件提醒信息。  The client sends event reminding information when receiving the event reminding message.
12、 根据权利要求 9或 11所述的日历事件管理方法, 其特征在于, 所述对比是定时对比或实时对比。  12. The calendar event management method according to claim 9 or 11, wherein the comparison is a timing comparison or a real-time comparison.
PCT/CN2008/070506 2007-04-04 2008-03-14 A method, a system and a device for managing calendar events WO2008122223A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2007100739901A CN101083635B (en) 2007-04-04 2007-04-04 Method, system and equipment for replacing calendar time to manage affairs in calendar
CN200710073990.1 2007-04-04

Publications (1)

Publication Number Publication Date
WO2008122223A1 true WO2008122223A1 (en) 2008-10-16

Family

ID=38912909

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/070506 WO2008122223A1 (en) 2007-04-04 2008-03-14 A method, a system and a device for managing calendar events

Country Status (2)

Country Link
CN (1) CN101083635B (en)
WO (1) WO2008122223A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101083635B (en) * 2007-04-04 2010-07-21 腾讯科技(深圳)有限公司 Method, system and equipment for replacing calendar time to manage affairs in calendar
CN103778497A (en) * 2012-10-25 2014-05-07 无锡睿泰科技有限公司 Calendar-visualization interview management system
CN105183704A (en) * 2014-06-17 2015-12-23 中兴通讯股份有限公司 Method and device for extracting lunar calendar time from text
CN110225414A (en) * 2019-07-04 2019-09-10 深圳市康冠技术有限公司 Television set and its time display method, time display apparatus and readable storage medium storing program for executing

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1418037A (en) * 2001-11-06 2003-05-14 三星电子株式会社 Schedule managing method in mobile communication terminal
CN1536864A (en) * 2003-04-08 2004-10-13 �ֽ���ӣ��й����о������������޹� Prompting service device based on short message and its method
CN1744637A (en) * 2005-09-23 2006-03-08 中国移动通信集团公司 Mutimedia schedule processing method
CN101083635A (en) * 2007-04-04 2007-12-05 腾讯科技(深圳)有限公司 Method, system and equipment for replacing calendar time to manage affairs in kalendar

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1418037A (en) * 2001-11-06 2003-05-14 三星电子株式会社 Schedule managing method in mobile communication terminal
CN1536864A (en) * 2003-04-08 2004-10-13 �ֽ���ӣ��й����о������������޹� Prompting service device based on short message and its method
CN1744637A (en) * 2005-09-23 2006-03-08 中国移动通信集团公司 Mutimedia schedule processing method
CN101083635A (en) * 2007-04-04 2007-12-05 腾讯科技(深圳)有限公司 Method, system and equipment for replacing calendar time to manage affairs in kalendar

Also Published As

Publication number Publication date
CN101083635B (en) 2010-07-21
CN101083635A (en) 2007-12-05

Similar Documents

Publication Publication Date Title
US7366787B2 (en) Dynamic configuration of a content publisher
CN101175114B (en) Automatic reminding method, method for returning remind information, corresponding equipment and system
US20070162322A1 (en) Social calendar
CN101466077B (en) System, device and method for implementing synchronization of presentation information and schedule information
US8239452B2 (en) System and method for discovering and publishing of presence information on a network
US20090281843A1 (en) Calendar scheduling systems
CN102624650B (en) Discussion group creating method, and communication method, server and system based on discussion group
CN104067557A (en) Automatic provisioning of resources for meeting collaboration
JP5318605B2 (en) Operating time management system
JP2004062892A (en) System management framework and method for performing configuration management
JP2011518386A (en) Method and system for synchronous indicator enabled sharing
WO2010151211A1 (en) Method and system for displaying scheduling information
WO2008122223A1 (en) A method, a system and a device for managing calendar events
CN105790963A (en) Method for managing multi-user control virtual meeting interface, server and client
JP2012252540A (en) Authentication device, program, and recording medium
US7752438B2 (en) Secure resource access
JP4575591B2 (en) Meeting requests and group scheduling generation from mobile devices
JP2008209982A (en) Server device, client device, remote connection system and program
WO2014101523A1 (en) Method for dynamically adjusting program login interface and internet terminal
CN103092622A (en) Intelligent report form and information desktop push tool
US20060101447A1 (en) Methods, systems, and computer program products for performing per-event device synchronization
JP2015052900A (en) Schedule-linked print service device, schedule-linked print service system, and schedule-linked print program
US20030084124A1 (en) Automatic information delivery system and method
US20020198975A1 (en) Method for managing an appliance
JP6604787B2 (en) Event information management system and event information management program

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08715242

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC DATED 10-02-2010

122 Ep: pct application non-entry in european phase

Ref document number: 08715242

Country of ref document: EP

Kind code of ref document: A1