6f79 SMS Gateway - C - Message types, VCalendar

                

Search the manual:

Overview Quick start Download Manual How to buy FAQ Contact Us
OZEKI NG SMS Gateway - Product Guide

VCard Contents | SearchSpecial SMS Message Indication

Home > Product Manual > Appendix > C - Message types > VCalendar

SMS Gateway SMS Gateway Home

  Product Manual
  Introduction
  SMS technology
  Installation Guide
  User Guide
  Developers Guide
  Examples and Solutions
  Appendix
  A - Terms and definitions
  B - References
  C - Message types
  Introduction
  OTA bitmap
  Operator logo I.
  Operator logo II.
  Ringtone
  Wappush
  Binary XML
  VCard
  VCalendar
  Special SMS Message Indication
  Bookmark
  MMS:XML
  WAP Browser Settings
  SyncML settings
  OMA OTA Settings
  USSD
  WAP Push SL
  Picture message
  D - Database connection strings
  E - SMS alphabet
  F - GSM error codes
  G - SMSC settings
  H - MMSC settings
  I - GSM operators
  J - SMPP providers
  K - GSM modems, phones
  L - Error codes
  M - Country codes
  O - SMPP Error codes
  W - Wireshark Capture
  FAQ
  Feature list
  Commercial Information
  Search
 



Contact Us!
If you wish to get further information, do not hesitate to contact us!

E-mail: info@ozekisms.com

If you have a technical question, please submit a support request on-line.


Callcenter developers
If you are working on telephone solutions, please check out the Ozeki VoIP SIP SDK.
It can be used to create:

Webphone solutions:
- Adobe Flash video phone
- Silverlight video phone
- Web to web calls
- Web to VoIP calls

Custom SIP clients:
- Silverlight SIP VoIP client
- Flash SIP VoIP client
- C# .net SIP VoIP client
- ASP .net SIP VoIP client
- Web based SIP VoIP client

Custom VoIP solutions:
- VoIP SIP softphones
- VoIP call center clients
- VoIP IVR systems
- VoIP predictive dialer systems
- VoIP auto dialer systems
- VoIP call assistant
- VoIP call recording systems
- VoIP intercom solutions

Mobile message type specification - VCalendar SMS
(SMS message type, SMS message format)


Introduction

VCalendar defines a transport- and platform-independent format for exchanging calendar and schedule information so that any vCalendar-compliant application can send or receive calendaring and scheduling information to or from any other vCalendar application. For instance, users with mobile phones running vCalendar-aware applications can schedule meetings automatically over an infrared link or via sending an SMS.

Why it is convenient

You can use this message type to send the recipient a calendar entry to remind them of an important date. The information as an SMS message in the phone is easier to store, organise and handle than information on paper, and a mobile phone is more likely to be at hand at any time than a calendar.

Message type

SMS:VCALENDAR

The format of the message data is:

BEGIN:VCALENDAR
VERSION:1.0
BEGIN:VEVENT
DESCRIPTION:description of the event
DTSTART:start date and time of the event (year month day T hour minute second)
DTEND:end date and time of the event (year month day T hour minute second)
END:VEVENT
END:VCALENDAR

Take a look at an example:

BEGIN:VCALENDAR
VERSION:1.0
BEGIN:VEVENT
DESCRIPTION:My favourite series
DTSTART:20070817T170500
DTEND:20070817T181500
END:VEVENT
END:VCALENDAR

SQL example:

If you use the Database user to send and receive SMS messages with Ozeki NG - SMS Gateway, you can use the following SQL statement to send a VCalendar message:
insert into ozekimessageout (receiver,msgtype,msg,status) values (’+36205222245’,
    ’SMS:VCALENDAR’,’BEGIN:VCALENDAR\r\nVERSION:1.0\r\nBEGIN:VEVENT\r\nDESCRIPTION:My favourite series\r\n
                     DTSTART:20070817T170500\r\nDTEND:20070817T181500\r\nEND:VEVENT\r\nEND:VCALENDAR’,’send’);




Next page: Special SMS Message Indication
Copyright © 2000 - 2013 Ozeki Informatics Ltd.
All rights reserved

Software PBX for Windows | VoIP SDK   |   Legal information   |   Privacy policy   |   Terms of use
Please, address your inquiries to info@ozekisms.com


0